body { overflow-x: hidden; }
.after { content: ''; display: inline-block; }
.after_a { content: ''; position: absolute; }
.flex, .flex_js, .flex_jc, .flex_ac, .flex_js_ac, .flex_jc_ac, .flex_js_fe { display: flex; }
.flex_js, .flex_js_fe { justify-content: space-between; }
.flex_jc { justify-content: center; }
.flex_ac { align-items: center; }
.flex_js_fe { align-items: flex-end; }
.flex_js_ac { justify-content: space-between; align-items: center; }
.flex_jc_ac { justify-content: center; align-items: center; }
.flex_row { flex-flow: row wrap; }
:root { --ww: 1920; }
:root { --num: 16; }
.f14 { font-size: calc(14 / var(--num) * 1em); }
.f16 { font-size: calc(16 / var(--num) * 1em); }
.f18 { font-size: calc(18 / var(--num) * 1em); line-height: 2; }
.f20 { font-size: calc(20 / var(--num) * 1em); }
.f22 { font-size: calc(22 / var(--num) * 1em); }
.f24 { font-size: calc(24 / var(--num) * 1em); }
.f26 { font-size: calc(26 / var(--num) * 1em); }
.f28 { font-size: calc(28 / var(--num) * 1em); }
.f30 { font-size: calc(30 / var(--num) * 1em); }
.f32 { font-size: calc(32 / var(--num) * 1em); }
.f34 { font-size: calc(34 / var(--num) * 1em); }
.f36 { font-size: calc(36 / var(--num) * 1em); }
.f38 { font-size: calc(38 / var(--num) * 1em); }
.f40 { font-size: calc(40 / var(--num) * 1em); }
.f42 { font-size: calc(42 / var(--num) * 1em); }
.f44 { font-size: calc(44 / var(--num) * 1em); }
.f46 { font-size: calc(46 / var(--num) * 1em); }
.f48 { font-size: calc(48 / var(--num) * 1em); }
.f50 { font-size: calc(50 / var(--num) * 1em); }
.f52 { font-size: calc(52 / var(--num) * 1em); }
.f56 { font-size: calc(56 / var(--num) * 1em); }
.f60 { font-size: calc(60 / var(--num) * 1em); }
.f70 { font-size: calc(70 / var(--num) * 1em); }
.f72 { font-size: calc(72 / var(--num) * 1em); }
@media screen and (min-width:1921px) {
	.img_w100 { width: 100%; }
	body { font-size: calc(16 / 1920 * 100vw); }
	.f14 { font-size: calc(14 / 1920 * 100vw); }
	.f16 { font-size: calc(16 / 1920 * 100vw); }
	.f18 { font-size: calc(18 / 1920 * 100vw); }
	.f20 { font-size: calc(20 / 1920 * 100vw); }
	.f22 { font-size: calc(22 / 1920 * 100vw); }
	.f24 { font-size: calc(24 / 1920 * 100vw); }
	.f26 { font-size: calc(26 / 1920 * 100vw); }
	.f28 { font-size: calc(28 / 1920 * 100vw); }
	.f30 { font-size: calc(30 / 1920 * 100vw); }
	.f32 { font-size: calc(32 / 1920 * 100vw); }
	.f34 { font-size: calc(34 / 1920 * 100vw); }
	.f36 { font-size: calc(36 / 1920 * 100vw); }
	.f38 { font-size: calc(38 / 1920 * 100vw); }
	.f40 { font-size: calc(40 / 1920 * 100vw); }
	.f42 { font-size: calc(42 / 1920 * 100vw); }
	.f44 { font-size: calc(44 / 1920 * 100vw); }
	.f46 { font-size: calc(46 / 1920 * 100vw); }
	.f48 { font-size: calc(48 / 1920 * 100vw); }
	.f50 { font-size: calc(50 / 1920 * 100vw); }
	.f52 { font-size: calc(52 / 1920 * 100vw); }
	.f60 { font-size: calc(60 / 1920 * 100vw); }
	.f70 { font-size: calc(70 / 1920 * 100vw); }
	.f72 { font-size: calc(72 / 1920 * 100vw); }
}
@media screen and (max-width:1024px) {
	:root { --num: 20; }
	.f30 { font-size: calc(30 / var(--num) * 1em); }
	.f32 { font-size: calc(32 / var(--num) * 1em); }
	.f34 { font-size: calc(34 / var(--num) * 1em); }
	.f36 { font-size: calc(36 / var(--num) * 1em); }
	.f38 { font-size: calc(38 / var(--num) * 1em); }
	.f40 { font-size: calc(40 / var(--num) * 0.8em); }
	.f42 { font-size: calc(42 / var(--num) * 0.8em); }
	.f44 { font-size: calc(44 / var(--num) * 0.8em); }
	.f46 { font-size: calc(46 / var(--num) * 0.8em); }
	.f48 { font-size: calc(48 / var(--num) * 0.8em); }
	.f50 { font-size: calc(36 / var(--num) * 0.8em); }
	.f52 { font-size: calc(52 / var(--num) * 0.8em); }
	.f60 { font-size: calc(60 / var(--num) * 0.8em); }
	.f70 { font-size: calc(46 / var(--num) * 0.8em); }
	.f72 { font-size: calc(48 / var(--num) * 0.8em); }
}
@media screen and (max-width:640px) {
	:root { --num: 22; }
	.f14 { font-size: calc(14 / 18 * 1em); }
	.f16 { font-size: calc(16 / 18 * 1em); }
	.f18 { font-size: calc(18 / 18 * 1em); }
	.f20 { font-size: calc(20 / 18 * 1em); }
	.f22 { font-size: calc(22 / 18 * 1em); }
	.f24 { font-size: calc(24 / 18 * 1em); }
	.f26 { font-size: calc(20 / 18 * 1em); }
	.f28 { font-size: calc(28 / 18 * 1em); }
	.f30 { font-size: calc(20 / 18 * 1em); }
}
.hidden { overflow: hidden; }
.ani { transition: all 0.5s; }
a:hover .ani { transform: scale(1.15); }
.poImg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; -webkit-object-fit: cover; }
html { font-size: calc(100 / var(--ww) * 100vw); }
body { font-size: 0.16em; }
body.hidden { overflow: hidden !important; }
@media (min-width:1025px) and (max-width:1600px) { }
@media (max-width:1024px) {
	:root { --ww: 1024; }
	html { font-size: calc(100 / var(--ww) * 100vw); }
	body { font-size: 0.16em; overflow-x: hidden !important; }
}
@media (max-width:768px) {
	html { font-size: calc(100 / 1024 * 100vw); }
}
@media (max-width:640px) {
	html { font-size: calc(100 / 640 * 100vw); }
	body { font-size: 0.22em; margin-top: 70px }
}
.header { width: 100%; z-index: 100; position: fixed; left: 0; top: 0; transition: all 0.5s ease-in-out; color: #fff; line-height: calc(90 / 16 * 1em); }
.header:hover, .header.hover, .relative .header { background-color: #fff; }
.header:hover .logo .img2, .header.hover .logo .img2, .relative .header .logo .img2 { display: none; }
.header:hover .logo .img1, .header.hover .logo .img1, .relative .header .logo .img1 { display: inline-block; }
.header:hover .open_search, .header.hover .open_search, .relative .header .open_search { filter: none; }
.header:hover a, .header.hover a, .relative .header a { color: #333333; }
.header:hover .lang a, .header.hover .lang a, .header.hover .lang a { color: #999999; }
.header:hover .lang .on, .header.hover .lang .on, .header.hover .lang .on { color: #a9cd0a; }
.header:hover .lang em, .header.hover .lang em, .header.hover .lang em { background-color: #999999; }
.relative { height: calc(90 / 16 * 1em); }
.header a { color: #fff; }
.header .logo .img1 { display: none; }
.header .warp { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.header .right { display: inline-flex; }
.header .menuIcon { display: none; }
.header .other { display: inline-flex; flex: 0 0 auto; }
.header .lang { margin-left: calc(57 / 1920 * 100vw); display: inline-flex; align-items: center; gap: calc(10 / 1920 * 100vw); display: none}
.header .lang a { font-weight: 100; }
.header .lang a.on { font-weight: bold; }
.header .lang em { width: 1px; display: inline-block; height: 0.7em; background-color: #fff; transform: skewX(-15deg); opacity: 0.5; }
.header .search { position: relative; display: inline-flex; align-items: center; justify-content: center; margin-left: calc(47 / 1920 * 100vw);}
.header .search.search_show .top_search { opacity: 1; right: 0; pointer-events: auto; display: block; }
.header .open_search { width: 20px; height: 20px; background: url(../images/search.svg) no-repeat center; filter: brightness(0) invert(100%); }
.header .open_search.on { background: none; position: relative; }
.header .open_search.on:before, .header .open_search.on:after { position: absolute; content: ''; width: 100%; left: 0; height: 2px; top: 50%; margin-top: -1.5px; background: #000; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.header .open_search.on:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.header .top_search { width: calc(380 / 1920 * 100vw); position: absolute; right: -100%; opacity: 0; top: 100%; z-index: 10; transition: all 0.5s ease-in-out; overflow: hidden; display: none; }
.header .top_search .btn { background: url(../images/search.svg) no-repeat center; width: 40px; height: 100%; position: absolute; right: 0; top: 0; }
.header .top_search .text { width: 100%; height: 50px; line-height: 50px; background-color: #fff; padding: 0 50px 0 calc(10 / 16 * 1em); border: none; }
.header .navTop { gap: calc(52 / var(--ww) * 100vw); }
.header .navTop li { text-align: center; position: relative; }
.header .navTop li span { display: inline-block; position: relative; z-index: 3; }
.header .navTop li span a { position: relative; display: inline-block; line-height: calc(50 / var(--ww) * 100vw); }
.header .navTop li span a::before { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); width: 0; height: calc(3 / 16 * 1em); background-color: #a9cd0a; border-radius: 5px; bottom: 0; transition: all 0.5s ease-in-out; transition: all 0.5s; }
.header.blue .navTop li span a::before { background-color: #1489d4; }
.header .navTop li span i { display: block; text-align-last: justify; font-style: normal; }
.header .navTop li:hover span a { color: #a9cd0a; }
.header .navTop li:hover span a::before { width: 100%; }
.header .navTop li.aon span a { color: #a9cd0a; }
.header.blue .navTop li.aon span a { color: #1489d4; }
.header .navTop li.aon span a::before { width: 100%; }
.header .navTop li .sub { position: absolute; left: 0; top: 100%; width: 100%; text-align: left; left: 50%; margin-left: calc(-90 / var(--ww)* 100vw); width: calc(280 / var(--ww)* 100vw); opacity: 0; background-color: #fff; pointer-events: none; transform: translate3d(0, -10px, 0); -webkit-transform: translate3d(0, -10px, 0); -moz-transform: translate3d(0, -10px, 0); -o-transform: translate3d(0, -10px, 0); -ms-transform: translate3d(0, -10px, 0); backface-visibility: hidden; transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
.header .navTop li#m2 .sub { width: calc(370 / var(--ww)* 100vw); }
.header .navTop li .sub .box-sub { position: relative; background: rgba(255, 255, 255, 1); padding-bottom: calc(50 / var(--ww)* 100vw); }
.header .navTop li .sub .box-sub .one-name.has-multi { position: relative; }
.header .navTop li .sub .box-sub dl { line-height: calc(32 / var(--ww) * 100vw); padding: 0 calc(50 / var(--ww)* 100vw); }
.header .navTop li .sub .box-sub a { display: block; border-bottom: 1px solid #dcdcdc; padding: calc(20 / var(--ww) * 100vw) 0; color: #333333; }
.header .navTop li .sub .box-sub a:hover { color: #a9cd0a; border-color: #a9cd0a; }
.header .navTop li .sub .box-sub .two { position: absolute; left: 100%; height: 100%; top: 0; z-index: 20; width: 100%; background-color: #f5f5f5; display: none; padding: 0 calc(50 / var(--ww) * 100vw); }
.header .navTop li .sub .box-sub .two ol a { display: inline-block; border-bottom: 1px solid #dcdcdc; }
.header .navTop li .box { position: relative; width: 100%; max-width: calc(810 / 1920 * 100vw); margin: 0 auto; }
.header .navTop li .box a { color: #888888; display: block; transition: all 0.3s; line-height: normal; }
.header .navTop li.hover .sub { opacity: 1; transform: translate3d(0, 0px, 0); -webkit-transform: translate3d(0, 0px, 0); -moz-transform: translate3d(0, 0px, 0); -o-transform: translate3d(0, 0px, 0); -ms-transform: translate3d(0, 0px, 0); backface-visibility: hidden; pointer-events: auto; }
.header .navTop li .imgList, .header .navTop li .list { width: 48%; }
.header .navTop li .list { text-align: left; padding-left: calc(58 / 1920 * 100vw); }
.header .navTop li .list a { position: relative; margin: calc(30 / 16 * 1em) 0; }
.header .navTop li .list a::before { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(45deg); width: 8px; height: 8px; border: solid #bbbbbb; border-width: 1px 1px 0 0; }
.header .navTop li .list .on { color: #000000; }
.header .navTop li .list .on::before { border-color: #000000; }
.header .navTop li .imgList .img { display: none; position: relative; padding-top: calc(300 / 450 * 100%); }
@media (max-width:1024px) {
	.header { line-height: 70px; background-color: #fff; }
	.header .logo .img2 { display: none; }
	.header .logo .img1 { display: inline-block; }
	.header .open_search { filter: none; }
	.header a { color: #333333; }
	.header .lang a { color: #999999; font-weight: normal }
	.header .lang .on { color: #a9cd0a; }
	.header .lang em { background-color: #999999; }
	.header .menuIcon { display: inline-flex; align-items: center; margin-left: calc(15 / 16 * 1em); }
	.header #open_menu { z-index: 100; width: 17px; height: 14px; cursor: pointer; position: relative; }
	.header #open_menu i { display: inline-block; width: 80%; height: 2px; border-radius: 4px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background-color: #000; position: absolute; left: 0; top: 50%; border-radius: 5px; }
	.header #open_menu::before, .header #open_menu::after { width: 100%; height: 2px; background-color: #000; border-radius: 4px; left: 0; content: ''; position: absolute; border-radius: 5px; }
	.header #open_menu::before { top: 0; }
	.header #open_menu::after { bottom: 0; top: auto; }
	.header #open_menu.open_menu_on i { opacity: 0; }
	.header #open_menu.open_menu_on:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 7px; }
	.header #open_menu.open_menu_on:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: auto; top: 7px; }
	.header .navTop { display: none; -webkit-overflow-scrolling: touch; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow-y: auto; visibility: hidden; position: fixed; right: -100%; top: 70px; width: 100%; height: 100%; z-index: 10; line-height: 40px; margin-left: 0; display: block; padding: 0; transition: all 0.5s; opacity: 0; background-image: none; margin-right: 0; z-index: 106; background: #fff; }
	.header .navTop::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: calc(100% - 70px); background-color: #fff; }
	.header .navTop.navTop_show { visibility: visible; right: 0; opacity: 1; }
	.header .navTop li { float: none; height: auto; text-align: left; border-bottom: 1px solid #eee; margin: 0; width: 100%; }
	.header .navTop li:hover span a, .header .navTop li.aon span a { color: #a9cd0a; }
	.header .navTop li span { display: block; line-height: calc(50 / 16 * 1em); padding: 0 10%; text-align: left; }
	.header .navTop li span a { padding-bottom: 0; display: inline-block; color: #333; line-height: 50px; border-bottom: 1px solid #f5f5f5; position: relative; }
	.header .navTop li span a::before { display: none; }
	.header .navTop li .sub { position: relative; transform: none; left: 0; top: 0; color: #999999; width: 100%; text-align: left; padding: 0 0 calc(10 / 16 * 1em); min-width: auto; display: none; opacity: 1; backface-visibility: hidden; pointer-events: auto; background: #f8f8f8; padding: 0 10%; margin-left: 0; }
	.header .navTop li .sub a { display: block; border: none; }
	.header .navTop li .box { top: 0; box-shadow: none; text-align: left; max-width: 100%; padding-left: 10%; }
	.header .navTop li .box::before { display: none; }
	.header .navTop li .box a { margin: 0; padding: 0; line-height: 36px; text-align: left; }
	.header .navTop li .list { width: 90%; padding-left: 0; }
	.header .navTop li .imgList { display: none; }
	.header .navTop .li_sub span { position: relative; display: block; padding-right: 20px; }
	.header .navTop li .op { position: absolute; right: 0; width: 50px; height: 50px; top: 0; z-index: 5; }
	.header .navTop li .op:after { content: ""; position: absolute; width: 8px; height: 8px; border-right: 1px solid #999; border-bottom: 1px solid #999; transform: rotate(-45deg); right: 30px; top: 50%; margin-top: -4px; transition: .3s; }
	.header .navTop li.hover .op:after { transform: rotate(45deg); border-color: #a9cd0a; }
	.header .navTop li.hover .sub { opacity: 1; transform: translate3d(0, 0px, 0); -webkit-transform: translate3d(0, 0px, 0); -moz-transform: translate3d(0, 0px, 0); -o-transform: translate3d(0, 0px, 0); -ms-transform: translate3d(0, 0px, 0); backface-visibility: hidden; pointer-events: auto; }
	.header .navTop li .sub .box-sub { background: transparent; padding: 0; }
	.header .navTop li .sub .box-sub dl { padding: 0%; max-width: 100%; }
	.header .navTop li .sub .box-sub a { margin: 0; padding: 0; line-height: 40px; text-align: left; }
	.header .navTop li#m2 .sub { width: 100%; }
	.header .navTop li .sub .box-sub .two { display: block !important; position: relative; left: 0; padding: 0; background-color: #f8f8f8; }
	.header .navTop li .sub .box-sub .two ol a { display: block; color: #999; }
}
@media (max-width:640px) {
	.header .logo { width: 45%; }
	.header .search { border-left: none; margin-right: 15px; position: static; }
	.header .open_search { display: block; }
	.header .top_search { width: 100%; top: 100%; display: none; position: absolute; right: 0; line-height: normal; display: none; }
	.header .top_search .btn { right: 10px; }
}
.font { font-size: calc(var(--font) / var(--num) * 1em); }
.pt260 { padding-top: calc(260 / 1920 * 100vw); }
.Hbanner { position: relative; }
.Hbanner .pic { position: relative; overflow: hidden; height: 100vh; }
.Hbanner .pic img { width: 100%; }
.Hbanner .pic video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.Hbanner .video248 video { width: 114%; height: 120%; }
.Hbanner .textwarp { position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; }
.Hbanner .box { display: inline-block; }
.Hbanner .line { display: inline-block; width: calc(100 / var(--ww) * 100vw); height: calc(25 / var(--ww) * 100vw); background: url(../images/line.png) no-repeat center; background-size: contain; }
.Hbanner .txt_one { text-align: center; }
.Hbanner .txt_one .box { margin: 0 auto; padding-top: calc(350 / 1920 * 100vw); line-height: 1; }
.Hbanner .txt_one .line { margin: calc(15 / 1920 * 100vw) 0; }
.Hbanner .txt_two .box { padding-top: calc(300 / 1920 * 100vw); }
.Hbanner .txt_two .des { margin-top: calc(35 / 1920 * 100vw); }
.Hbanner .txt_two .line { margin-right: 0.5em; }
.Hbanner .txt_three .box { text-align: center; line-height: 1; padding-top: calc(300 / 1920 * 100vw); }
.Hbanner .txt_three .line { margin: calc(15 / 1920 * 100vw) 0; }
.Hbanner .txt_four { text-align: center; }
.Hbanner .txt_four .box { margin: 0 auto; text-align: left; padding-top: calc(300 / 1920 * 100vw); }
.Hbanner .txt_four .des { margin-top: calc(35 / 1920 * 100vw); }
.Hbanner .txt_four .line { margin-right: 0.5em; }
.Hbanner .pl .box { padding-left: 7em; }
.Hbanner .txtbg::before { content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: .2 }
.Hbanner .ani_txt { opacity: 0; transition: all 0.5s ease-in-out; transform: translateY(20px); padding-bottom: .15rem; }
.Hbanner .ani_txt.ls { letter-spacing: 10px }
.Hbanner .ani_txt:nth-child(2) { transition-delay: 0.2s; }
.Hbanner .ani_txt:nth-child(3) { transition-delay: 0.4s; }
.Hbanner .ani_show .ani_txt { opacity: 1; transform: translateY(0); }
.Hbanner .slick-dots { bottom: calc(50 / 1920 * 100vw); z-index: 5; position: absolute; }
.Hbanner .slick-dots li { width: 12px; height: 21px; margin: 0 calc(10 / 1920 * 100vw); display: inline-flex; background-color: transparent; position: relative; border-radius: 100%; align-items: flex-end; justify-content: center; padding-bottom: 4px; }
.Hbanner .slick-dots li button { width: 12px; height: 12px; border: none; background-color: #fff; border-radius: 100%; opacity: 0.6; display: inline-block; font-size: 0; }
.Hbanner .slick-dots li.slick-active { background: url(../images/line1.png) no-repeat center; background-size: contain; }
.Hbanner .slick-dots li.slick-active button { opacity: 0; }
.Hbanner .slick-arrow { border: none; background-color: transparent; width: 30px; }
.Hbanner .slick-arrow::before { width: 20px; height: 20px; border-color: #fff; border-width: 3px 3px 0 0; }
.Hbanner .slick-prev { left: calc(70 / 1920 * 100vw); }
.Hbanner .slick-next { right: calc(70 / 1920 * 100vw); }
@media (max-width:1024px) {
	.Hbanner .pic img { height: auto; }
	.Hbanner .slick-dots { position: absolute; }
	.Hbanner .pic { height: 7rem }
	.Hbanner .ani_txt.ls { letter-spacing: 0; }
	.Hbanner .pl .box { padding-left: 0; }
}
@media (max-width:640px) {
	.Hbanner .pic img { min-height: 40vh; object-fit: cover; -webkit-object-fit: cover; }
	.Hbanner .slick-dots li { width: 8px; height: 17px; }
	.Hbanner .slick-dots li button { width: 8px; height: 8px; }
}
@-webkit-keyframes picImg {
	0% { -webkit-transform: scale(1.2); }
	100% { -webkit-transform: scale(1); }
}
@keyframes picImg {
	0% { transform: scale(1.2); }
	100% { transform: scale(1); }
}
.Htitle .tit { color: #333333; }
.Htitle .des { color: #555555; line-height: calc(30 / 18); margin: calc(20 / 18 * 1em) 0 calc(25 / 18 * 1em); }
.Htitle .line { display: inline-block; width: calc(100 / var(--ww) * 100vw); height: calc(25 / var(--ww) * 100vw); background: url(../images/line3.png) no-repeat center; background-size: contain; }
.Hmore { width: calc(180 / 18 * 1em); height: calc(60 / 18 * 1em); display: inline-flex; align-items: center; justify-content: center; background-image: -moz-linear-gradient(to right, #0f56b4, #1489d4); background-image: -webkit-linear-gradient(to right, #0f56b4, #1489d4); background-image: -ms-linear-gradient(to right, #0f56b4, #1489d4); background-image: linear-gradient(to right, #0f56b4, #1489d4); font-weight: 100; color: #fff; transition: all 0.5s ease-in-out; transition: all 0.5s; border-radius: 60px; }
.Hmore i { font-style: normal; display: inline-block; margin-left: calc(15 / 18 * 1em); }
.Hmore:hover { color: #fff; transform: translateY(-10px); }
.Habout { padding: calc(105 / var(--ww) * 100vw) 0 calc(70 / var(--ww) * 100vw); }
.Habout .Htitle { max-width: 440px; }
.Habout .left { width: 40%; }
.Habout .left .con { margin: calc(40 / 18 * 1em) 0 calc(80 / 18 * 1em); line-height: calc(30 / 18); }
.Habout .right { width: 50%; border-radius: 15px; overflow: hidden }
.Habout .right .pic { position: relative }
.Habout .right .pic .play { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url(../images/icon-play.svg)no-repeat center rgba(0, 0, 0, .15); background-size: calc(80 / 18 * 1em); cursor: pointer }
.Habout .list { margin: 0 calc(-20 / 1920 * 100vw); padding-top: calc(80 / var(--ww) * 100vw); }
.Habout .list .box { display: block; margin: 0 calc(20 / 1920 * 100vw); background-image: linear-gradient(120deg, #e4f2ff, transparent); padding: 7%; }
.Habout .list .des { margin-top: calc(18 / 18 * 1em); height: 5em }
.Habout .list .icon { width: calc(55 / 16 * 1em); flex: 0 0 auto; margin-right: calc(15 / 16 * 1em); }
.Habout .list .box:hover .icon { animation: icon-bounce 0.5s alternate; }
.Habout .list .title span { color: #333; font-size: 30px; }
.Habout .list .slick-dots { position: relative; margin-top: calc(50 / var(--ww) * 100vw); }
.Habout .list .slick-dots li button { background-color: rgba(139, 188, 18, 0.4); }
.Floor002619_video { position: fixed; z-index: 999; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); }
.Floor002619_video .close { cursor: pointer; position: absolute; right: 5%; top: 5%; width: 40px; height: 40px; }
.Floor002619_video .close::before, .Floor002619_video .close::after { position: absolute; content: ''; transform: rotate(-45deg); width: 100%; height: 3px; background: #fff; top: 20px }
.Floor002619_video .close::after { transform: rotate(45deg); }
.Floor002619_video .ytable { height: 100%; }
.Floor002619_video .files { margin: 0 auto; width: 96%; max-width: 1000px; max-height: 70%; }
.Floor002619_video .files video { background: #000; }
@media (max-width:640px) {
	.Habout .left, .Habout .right { width: 100%; }
	.Habout .right { margin-top: 10%; }
	.Habout .left .con { margin: 5% 0; }
}
.Hbusinesstit { padding: 4% 0 2%; background-image: linear-gradient(#edf1fa, #fff); }
.Hbusinesstit .Htitle { text-align: center; }
.Hbusiness .item { width: 22.071%; transition-delay: 0.5s; transition-duration: 0.5s !important; }
.Hbusiness .item.on { width: calc(100% - 22.071% * 3); }
.Hbusiness .item.on .textwarp { display: none; }
.Hbusiness .item.on .hover_txt { opacity: 1; }
.Hbusiness .box { position: relative; overflow: hidden; display: block; }
.Hbusiness .box::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background-image: -moz-linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); background-image: -webkit-linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); background-image: -ms-linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); background-image: linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); z-index: 1; }
.Hbusiness .img { height: calc(780 / var(--ww) * 100vw); position: relative; }
.Hbusiness .textwarp { position: absolute; left: 0; bottom: 0; padding: calc(50 / var(--ww) * 100vw); width: 100%; color: #fff; z-index: 2; }
.Hbusiness .textwarp .icon { max-height: calc(45 / 16 * 1em); display: inline-flex; margin-bottom: calc(25 / 16 * 1em); }
.Hbusiness .textwarp .icon img { max-height: 100%; object-fit: contain; }
.Hbusiness .textwarp .title span { position: relative; z-index: 2; }
.Hbusiness .textwarp .title span::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background-image: -moz-linear-gradient(90deg, #006e38, #a9cd0a); background-image: -webkit-linear-gradient(90deg, #006e38, #a9cd0a); background-image: -ms-linear-gradient(90deg, #006e38, #a9cd0a); background-image: linear-gradient(90deg, #006e38, #a9cd0a); z-index: -1; }
.Hbusiness .textwarp .des { margin-top: calc(15 / 18 * 1em); }
.Hbusiness .hover_txt { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; background: rgba(0, 52, 120, 0.8); opacity: 0; }
.Hbusiness .hover_txt .warp { width: 100%; padding: 0 calc(100 / 1920 * 100vw); }
.Hbusiness .hover_txt .icon { max-height: calc(72 / 16 * 1em); display: inline-flex; margin-bottom: calc(40 / 16 * 1em); }
.Hbusiness .hover_txt .icon img { max-height: 100%; object-fit: contain; }
.Hbusiness .hover_txt .title { margin: 0 0 calc(40 / 16 * 1em); }
.Hbusiness .hover_txt .more { display: inline-flex; align-items: center; justify-content: center; }
.Hbusiness .hover_txt .more i { font-style: normal; display: inline-block; margin-left: calc(15 / 18 * 1em); }
@media (max-width:1024px) {
	.Hbusiness { flex-flow: row wrap; }
	.Hbusiness .item, .Hbusiness .item.on { width: 50%; }
	.Hbusiness .item .hover_txt, .Hbusiness .item.on .hover_txt { display: none; }
	.Hbusiness .item .textwarp, .Hbusiness .item.on .textwarp { display: block; }
	.Hbusiness .img { height: calc(960 / 1920 * 100vw); position: relative; }
}
@media screen and (max-width:640px) {
	.Hbusiness .img { height: calc(960 / 768 * 100vw); }
}
.Hcase { padding: calc(125 / var(--ww) * 100vw) 0 calc(115 / var(--ww) * 100vw); overflow: hidden; }
.Hcase .Htitle { position: relative; padding-right: 120px; margin-bottom: calc(60 / var(--ww) * 100vw); }
.Hcase .page_btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.Hcase .img { padding-top: calc(460 / 720 * 100%); position: relative; border-radius: 15px; }
.Hcase .ul { margin: 0 calc(-25 / 1920 * 100vw); padding-right: calc(110 / 1920 * 100vw); }
.Hcase .slick-list { overflow: initial; }
.Hcase .box { position: relative; display: block; margin: 0 calc(25 / 1920 * 100vw); }
.Hcase .title { position: absolute; left: 0; bottom: 0; padding: calc(30 / var(--ww) * 100vw); color: #fff; z-index: 2; width: 100%; }
.Hcase .title span { padding-right: 20px; position: relative; display: block; }
.Hcase .title span::before { content: ''; position: absolute; right: 2px; top: 50%; transform: translateY(-50%) rotate(45deg); width: 10px; height: 10px; border: solid #fff; border-width: 1px 1px 0 0; }
.footer { background-color: #f5f5f5; padding: calc(95 / var(--ww) * 100vw) 0 calc(60 / var(--ww) * 100vw); }
.footer .right { order: 2; gap: calc(40 / var(--ww) * 100vw); }
.footer .share a { display: inline-block; width: 40px; height: 40px; margin-left: calc(19 / 16 * 1em); border-radius: 100%; position: relative; background-color: #ffffff; }
.footer .share a::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/weixin.svg) no-repeat center; }
.footer .share a:hover { background-image: -moz-linear-gradient(90deg, #006e38, #a9cd0a); background-image: -webkit-linear-gradient(90deg, #006e38, #a9cd0a); background-image: -ms-linear-gradient(90deg, #006e38, #a9cd0a); background-image: linear-gradient(90deg, #006e38, #a9cd0a); }
.footer .share a:hover::before { filter: brightness(0) invert(100%); }
.footer .share .sina::before { background-image: url(../images/weibo.svg); }
.footer .share .dy::before { background-image: url(../images/douyin.svg); }
.footer .share .txt { text-align: right; padding-top: calc(30 / 1920 * 100vw); }
.footer .share .txt p.p2 span { font-size: calc(26 / var(--num) * 1em); color: #333; display: block; margin-top: 4px; font-weight: bold; }
.footer .ewm { text-align: center; }
.footer .ewm img { width: calc(130 / 16 * 1em); margin-bottom: 10px; border-radius: 8px; }
.footer .ewm2 { text-align: center; }
.footer .ewm2 img { width: calc(130 / 16 * 1em); margin-bottom: 10px; border-radius: 8px; }
.footer .ewm2 .pic { }
.footer .nav { gap: calc(145 / 1920 * 100vw); margin-bottom: calc(75 / 1920 * 100vw); }
.footer .nav a { display: inline-flex; align-items: center; }
.footer .nav .icon { max-height: calc(40 / 20 * 1em); flex: 0 0 auto; margin-right: calc(20 / 20 * 1em); }
.footer .link { margin-bottom: calc(30 / var(--ww) * 100vw); font-size: calc(17 / 16 * 1em); }
.footer .link em { width: 2px; height: 2px; border-radius: 100%; background-color: #464646; margin: 0.2em calc(10 / 17 * 1em) 0; }
.footer .link em:last-child { display: none; }
@media (max-width:1024px) {
	.footer { padding: 5% 0 2%; }
	.footer .w1600 { display: block; text-align: center; }
	.footer .nav { display: none; }
	.footer .right, .footer .link { justify-content: center; }
	.footer .right { flex-flow: column wrap; gap: calc(20 / 1024 * 100vw); }
	.footer .link { margin: 3% 0 2%; }
	.footer .share .txt { display: none; }
}
.page-banner { position: relative; overflow: hidden; }
.page-banner .bg { position: relative; height: 7rem; }
.page-banner .bg video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.page-banner .topinfo { position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #fff; display: flex; display: -webkit-flex; align-items: center; text-align: center; }
.page-banner .topinfo .txt_1 { max-width: 50%; margin: 0 auto }
.page-banner .tit { position: relative; }
.page-banner .tit.l { text-align: left }
.page-banner .tit.r { text-align: right }
@media (max-width:1024px) {
	.page-banner .bg { height: 3.5rem; }
}
.page-nav { width: 100%; position: absolute; left: 0; bottom: 0; line-height: calc(80 / var(--ww) * 100vw); background: rgba(25, 45, 60, .3); }
.page-nav nav { width: 100%; }
.page-nav nav a { color: #fff; display: inline-block; margin-right: 3.4%; position: relative; }
.page-nav nav a:hover, .page-nav nav a.on { color: #a9cd0a; }
.page-nav.bule nav a:hover, .page-nav.blue nav a.on { color: #1489d4; }
.page-nav nav a:last-child { margin-right: 0; }
.page-nav nav a::before { content: ''; width: 100%; height: calc(3 / 16 * 1em); border-radius: 5px; background: #a9cd0a; position: absolute; bottom: -1px; left: 0; opacity: 0; }
.page-nav.blue nav a::before { background: #1489d4; }
.page-nav nav a.on::before { opacity: 1; }
.page-nav2 li { float: left; margin-right: 3.4%; position: relative; }
.page-nav2 li a { margin-right: 0; }
.page-nav2 li .sub { position: absolute; width: 100%; text-align: center; background: #fff; padding: 8px; border-radius: 0 0 5px 5px; display: none; }
.page-nav2 li .sub a { display: block; color: #333; font-size: 17px; line-height: 50px; border-bottom: 1px solid #e8e8e8; }
.page-nav2 li .sub a:last-child { border-bottom: 0; }
.page-nav2 li .sub a:hover { color: #a9cd0a; }
.page-nav2 li:hover .sub { display: block; }
.ny-page { padding: calc(125 / var(--ww) * 100vw) 0 calc(115 / var(--ww) * 100vw); background-image: url(../uploadfiles/image/nypage_bg.jpg); background-repeat: no-repeat; background-position: center top; background-size: 100% auto; overflow: hidden; }
.bt { width: 100%; text-align: center; margin-bottom: calc(60 / var(--ww) * 100vw); }
.bt .tit { color: #333; }
.bt .des { color: #555; line-height: 2; margin: calc(20 / 18 * 1em) 0 0; }
.bt .tips { background-image: -moz-linear-gradient(to right, #0f56b4, #1489d4); background-image: -webkit-linear-gradient(to right, #0f56b4, #1489d4); background-image: -ms-linear-gradient(to right, #0f56b4, #1489d4); background-image: linear-gradient(to right, #0f56b4, #1489d4); -webkit-background-clip: text; color: transparent; margin: calc(20 / 20 * 1em) 0 0; font-weight: bold; }
.anniu { font-weight: 100; display: inline-block; width: calc(180 / 18 * 1em); height: calc(60 / 18 * 1em); line-height: calc(60 / 18 * 1em); text-align: center; color: #fff; background-image: -moz-linear-gradient(to right, #0f56b4, #1489d4); background-image: -webkit-linear-gradient(to right, #0f56b4, #1489d4); background-image: -ms-linear-gradient(to right, #0f56b4, #1489d4); background-image: linear-gradient(to right, #0f56b4, #1489d4); transition: all 0.5s ease-in-out; transition: all 0.5s; border-radius: 60px; }
.anniu:hover { color: #fff; transform: translateY(-10px); }
@media (max-width:1024px) {
	.Pages .p_page a { width: 40px; line-height: 40px; height: 40px; }
}
@media (max-width:768px) {
	.Pages .p_page a { width: 30px; line-height: 30px; font-size: 14px; margin: 0 5px; height: 30px; }
}
@media (max-width:640px) {
	.Pages .p_page a { width: 25px; line-height: 25px; font-size: 12px; margin: 0 3px; height: 25px; }
	.page-nav { line-height: calc(100 / var(--ww) * 100vw); }
}
.Chairman .bt { text-align: left; }
.Chairman .left { width: 43%; border-radius: 15px; position: relative; overflow: hidden }
.Chairman .con { line-height: calc(30 / 18); text-indent: 2em; }
.Chairman .con p { margin: 20px 0; }
.Chairman .con p.p { text-indent: 0em; }
.Chairman .right { width: 50%; }
.Chairman .right { padding: 0 calc(160 / var(--ww) * 100vw) 0 calc(0 / var(--ww) * 100vw); }
@media (max-width:1024px) {
	.Chairman .inner { max-width: 100%; width: 92%; margin: 0 auto; }
	.Chairman .left, .Chairman .right { width: 100%; }
	.Chairman .left { margin-bottom: 1.5em; }
	.Chairman .right { padding: 0; }
	.Chairman .con { line-height: 2; }
	.Chairman .con p { margin: 10px 0; }
}
.about .box2 { padding: calc(100 / var(--ww) * 100vw) 0 0; }
.about .left { width: 50%; border-radius: 15px; overflow: hidden }
.about .left .img { position: relative; }
.about .left .img .slick-dots { bottom: 5%; width: 100%; left: 0; }
.about .con { line-height: calc(30 / 18); text-indent: 2em; }
.about .con p { margin: 10px 0; }
.about .right { width: 44%; }
.about .box-items { display: flex; justify-content: start; flex-wrap: wrap; margin: 0 calc(-30 / var(--ww) * 100vw); }
.about .box-items .item { width: 33.33%; padding: 0 calc(30 / var(--ww) * 100vw); }
.about .box-items .item .item-content { width: 100%; height: 100%; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.about .box-items .item .img { height: calc(250 / var(--ww) * 100vw); position: relative; }
.about .box-items .item .content { padding: 0 calc(30 / var(--ww) * 100vw); }
.about .box-items .item .title { width: 100%; height: calc(80 / var(--ww) * 100vw); line-height: calc(80 / var(--ww) * 100vw); color: #333; border-bottom: 1px solid #eeeeee; margin-bottom: calc(10 / var(--ww) * 100vw); }
.about .box-items .item .title img { width: calc(40 / var(--ww) * 100vw); height: calc(40 / var(--ww) * 100vw); display: inline-block; }
.about .box-items .item .title p { display: inline-block; margin-left: 5px; vertical-align: middle; }
.about .box-items .item .info { padding-bottom: calc(30 / var(--ww) * 100vw); }
.about .box-items .item .info p { margin: calc(10 / 18 * 1em) 0 0; padding-left: calc(25 / 16 * 1em); background: url(../images/icon-gou.svg) no-repeat left top calc(5 / 16 * 1em); background-size: calc(15 / 16 * 1em) auto; }
.about .number { margin: 5% 0; position: relative; }
.about .number:before, .about .number:after { position: absolute; content: ''; border: 5px solid #1489d4; width: 30px; height: 30px; }
.about.green .number:before, .about.green .number:after { border-color: #a9cd0a; }
.about .number:before { left: 0; top: 0; border-right: 0; border-bottom: 0; }
.about .number:after { right: 0; bottom: 0; border-top: 0; border-left: 0; }
.about .info-num li { }
@media(min-width:641px) {
	.about .info-num li { float: left; width: 25%; text-align: center; }
}
@media (max-width:640px) {
	.about .left, .about .right { width: 100%; }
	.about .con { line-height: 2; }
}
.about .info-num li aside { display: inline-block; position: relative; }
.about .info-num li aside b { color: #1489d4; display: block; background-image: linear-gradient(to right, #0f56b4, #1489d4); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.about.green .info-num li aside b { background-image: linear-gradient(to right, #a9cd0a, #a9cd0a); }
.about .info-num li aside sub { position: absolute; left: 100%; word-break: keep-all; bottom: 15%; font-size: 16px; margin-left: 10px; }
.about .info-num li aside sup { position: absolute; left: 100%; word-break: keep-all; top: 15%; font-size: 22px; margin-left: 10px; color: #1489d4; }
.about.green .info-num li aside sup { color: #a9cd0a; }
.about .info-num li p { color: #666; margin-bottom: 0; margin-top: 6px; }
@media(max-width:640px) {
	.about .info-num li { float: left; width: 50%; text-align: center; }
	.about .info-num li:not(:last-child) { margin-bottom: 20px; }
	.about .info-num li aside sup { font-size: 16px; top: 5%; margin-left: 5px; }
	.about .info-num li aside sub { font-size: 12px; bottom: 5%; margin-left: 5px; }
	.about .info-num li p { font-size: 14px; }
}
.chairman .top_con { background: #fff; padding: calc(50 / var(--ww) * 100vw); box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.chairman .top_con .img { width: 32%; }
.chairman .top_con .right { padding-left: 5%; }
.chairman .top_con .right .con { position: relative; padding: calc(80 / var(--ww) * 100vw) 0; line-height: calc(30 / 18); text-indent: 2em; }
.chairman .top_con .right .con::after, .chairman .top_con .right .con::before { content: ''; width: 59px; height: 48px; background-image: url(../images/yinhao.png); background-size: contain; background-repeat: no-repeat; position: absolute; right: 0; bottom: 0; }
.chairman .top_con .right .con::after { transform: rotate(180deg); top: 0; left: 0; }
.culture li { float: left; position: relative; width: 25%; padding-bottom: 35%; }
.culture li .txt, .culture li figure { position: absolute; height: 50%; left: 0; width: 100%; }
.culture li figure { top: 0; transition: 0.3s; }
.culture li .txt { top: 50%; z-index: 2; text-align: center; background: #fff; padding: calc(88 / var(--ww) * 100vw) calc(40 / var(--ww) * 100vw); box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.culture li:nth-child(2n) figure { top: 50%; }
.culture li:nth-child(2n) .txt { top: 0; }
.culture li .des { margin-top: calc(20 / 18 * 1em); }
.culture li .icon { width: calc(61 / 16 * 1em); margin: 0 auto calc(15 / 16 * 1em) auto; }
.culture li .title span { color: #333; }
.culture li a:hover figure { transform: scale(1.1); }
.culture li a:hover { color: #014099; }
.culturecon { }
.culturecon ul { background: #000; background: url(../images/culturecon-bg.jpg) no-repeat center; }
.culturecon ul li { width: 25%; float: left; padding: 8% 4% 19%; border-right: 1px solid rgba(255, 255, 255, 0.1); }
.culturecon ul li:nth-child(4n) { border-right: 0; }
.culturecon ul li .txt { }
.culturecon ul li h2 { color: #fff; font-size: 38px; margin-bottom: 8%; }
.culturecon ul li p { font-size: 22px; color: rgba(255, 255, 255, 1); line-height: 1.75; height: 64px; }
.culturecon2 { padding-top: 5%; }
.culturecon2 li { width: 32%; float: left; margin-right: 2%; margin-bottom: 2%; }
.culturecon2 li:nth-child(3n) { margin-right: 0; }
.culturecon2 li .Ispic { padding-bottom: 70%; border-radius: 15px; transition: 0.3s; }
.culturecon2 li:hover .Ispic { transform: scale(1.1) }
.culturecon2 li a { display: block; background: #1489d4; border-radius: 15px; overflow: hidden }
.culturecon2 .slick-arrow { background-color: #f5f5f5; border-radius: 50% }
.culturecon2 .slick-prev { left: -4.5%; }
.culturecon2 .slick-next { right: -4.5%; }
.culturecon2 .more { text-align: center; padding-top: 2%; }
.culturecon2 .more a { display: inline-block; background: url(../images/PicList002525_more.png) no-repeat; width: 28px; height: 28px; overflow: hidden; line-height: 1000px; animation: infinite linear 1s culturecon2_more; }
@keyframes culturecon2_more {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes culturecon2_more {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@media(min-width:1293px) {
	.culturecon2 .slider { }
}
@media (max-width:640px) {
	.culturecon2 li { width: 49%; }
	.culturecon2 li:nth-child(3) { margin-right: 2%; }
	.culturecon2 li:nth-child(2n) { margin-right: 0; }
}
.history { background: url(../uploadfiles/image/historybg.jpg) no-repeat bottom center; background-size: cover; padding: calc(125 / var(--ww) * 100vw) 0 calc(115 / var(--ww) * 100vw); }
.history .controls { position: relative; height: 1px; z-index: 4; text-align: center; }
.history .slick-arrow { position: relative; width: 1em; height: 1em; z-index: 10; transition: 0.3s; margin: 0 calc(10 / 50 * 1em); font-size: calc(50 / 16 * 1em); text-indent: -999em; overflow: hidden; background-image: -moz-linear-gradient(180deg, #006e38, #a9cd0a); background-image: -webkit-linear-gradient(180deg, #006e38, #a9cd0a); background-image: -ms-linear-gradient(180deg, #006e38, #a9cd0a); background-image: linear-gradient(180deg, #006e38, #a9cd0a); }
.history .slick-arrow::before { border-color: #fff; }
.history .slick-prev { left: auto; }
.history .slick-next { right: auto; }
.history .slider { background: url(../images/history-line.svg) no-repeat right bottom; background-size: contain; padding: 0 calc(50 / var(--ww) * 100vw); }
.history .slider li .inner { padding-bottom: calc(520 / var(--ww) * 100vw); position: relative; margin: 0 calc(10 / var(--ww) * 100vw); }
.history .slider li .item:before { position: absolute; content: ""; left: calc(-9 / var(--ww) * 100vw); top: 0; width: calc(19 / 16 * 1em); height: calc(19 / 16 * 1em); border-radius: 50%; border: 5px solid #cfddb0; background-color: #a9cd0a; }
.history .slider li .dot { position: absolute; width: calc(19 / 16 * 1em); height: calc(19 / 16 * 1em); border-radius: 50%; background-color: #a9cd0a; transition: 0.3s; }
.history .slider li .dot:before { position: absolute; content: ''; background-color: #fff; left: 0; top: 0; border-radius: 50%; width: calc(9 / 19 * 100%); height: calc(9 / 19 * 100%); margin: auto; right: 0; bottom: 0; }
.history .slider li:not(.slick-active) { opacity: 0; transition: opacity 0.3s; }
.history .slider li .dot { bottom: calc(18 / var(--ww) * 100vw); left: calc(-9 / var(--ww) * 100vw); }
.history .slider li.slick-active+li .dot { bottom: calc(75 / var(--ww) * 100vw); }
.history .slider li.slick-active+li+li .dot { bottom: calc(125 / var(--ww) * 100vw); }
.history .slider li.slick-active+li+li+li .dot { bottom: calc(175 / var(--ww) * 100vw); }
.history .slider li.slick-active+li+li+li+li .dot { bottom: calc(230 / var(--ww) * 100vw); }
.history .slider li .item { position: absolute; width: calc(250 / var(--ww) * 100vw); height: calc(280 / var(--ww) * 100vw); left: 0; padding-left: calc(30 / var(--ww) * 100vw); bottom: calc(20 / var(--ww) * 100vw); border-left: 1px solid #ccc; transition: 0.3s; }
.history .slider li.slick-active+li .item { bottom: calc(75 / var(--ww) * 100vw); }
.history .slider li.slick-active+li+li .item { bottom: calc(125 / var(--ww) * 100vw); }
.history .slider li.slick-active+li+li+li .item { bottom: calc(175 / var(--ww) * 100vw); }
.history .slider li.slick-active+li+li+li+li .item { bottom: calc(230 / var(--ww) * 100vw); }
.history .slider li .item .year { font-family: 'Oswald'; font-size: calc(30 / 16 * 1em); color: #a9cd0a; margin-bottom: 0.5em; }
.history .slider li .item p { font-size: calc(18 / 16 * 1em); color: #333; line-height: calc(30 / 18 * 1em); }
@media (max-width:1440px) {
	.history .slider { background-size: auto 50%; background-position: right top 109%; }
}
.hor1 { background: url(../uploadfiles/image/honbg.jpg) no-repeat bottom center; background-size: cover; padding: calc(125 / var(--ww) * 100vw) 0 calc(115 / var(--ww) * 100vw); }
.horslides .horl { flex: 0 0 auto; width: 50%; height: 330px; }
.horslides .horl .swiper-container { height: 100%; }
.horslides .horl .tit { padding-left: 50px; position: relative; line-height: 50px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333; opacity: 0.6; transition: .3s; }
.horslides .horl .tit:before { content: ""; position: absolute; width: 20px; top: 50%; height: 2px; margin-top: -1px; background: #c7c7c7; left: 0; }
.horslides .horl .swiper-slide-active .tit { font-size: 20px; opacity: 1; }
.horslides .horl .swiper-slide-active .tit:before { height: 3px; margin-right: -1.5px; width: 34px; background: #1489d4; }
.horslides .horr { flex: 1 1 auto; margin-right: -70px; overflow: hidden; }
.horslides .horr .items { justify-content: flex-start; padding-bottom: 20px; align-items: flex-end; }
.horslides .horr .item { text-align: center; position: relative; flex: 0 0 auto; max-width: 50%; padding-right: 25px; }
.horslides .horr .item .img { background: #fff; position: relative; z-index: 5; display: inline-block; vertical-align: bottom; border-radius: 10px; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }
.horslides .horr .item .img:before { content: ""; right: 10px; width: 70%; height: 90%; box-shadow: 15px 0 15px #9eabb3; position: absolute; transform: skewX(5deg); z-index: -1; background: #9eabb3; bottom: 2px; }
.horslides .horr .item .img .i { padding: 12px; background: #fff; border-radius: 10px; font-size: 0; border: 1px solid #f3f3f3; height: 2.95rem; font-size: 0; line-height: calc(2.95rem - 24px); }
.horslides .horr .item .img .i img { vertical-align: bottom; }
.horslides .horr .item .img:after { content: ""; position: absolute; z-index: -1; height: 20px; border: 1px solid #9eabb3; bottom: -1px; right: -1px; border-radius: 10px; left: 10px; }
.horslides .horr .item:nth-child(n+3) { display: none; }
.hor2 { padding: calc(125 / var(--ww) * 100vw) 0 0; }
.honor li { float: left; width: 23.5%; margin-right: 2%; margin-bottom: 4% }
.honor li:nth-child(4n) { margin-right: 0; }
.honor li .pic { overflow: hidden; border-radius: 10px; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); background: #fff; }
.honor li .img { height: calc(250 / 16 * 1em); position: relative; transition: .3s all }
.honor li .img img { position: absolute; max-width: 75%; max-height: 75%; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain; }
.honor li .it { text-align: center; color: #333; padding-top: 1em }
.honor li:hover .img { transform: scale(1.05) }
.honor .items { justify-content: center; }
.honor .item { text-align: center; position: relative; flex: 0 0 auto; padding: 0 40px; width: 20%; padding-bottom: 80px; }
.honor .item.w { width: 30%; }
.honor .item .img { background: #fff; position: relative; z-index: 5; display: inline-block; vertical-align: bottom; border-radius: 10px; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }
.honor .item .img:before { content: ""; right: 10px; width: 70%; height: 90%; box-shadow: 15px 0 15px #9eabb3; position: absolute; transform: skewX(5deg); z-index: -1; background: #9eabb3; bottom: 2px; }
.honor .item .img .i { padding: 12px; background: #fff; border-radius: 10px; font-size: 0; line-height: calc(2.95rem - 24px); border: 1px solid #f3f3f3; }
.honor .item .img .i img { vertical-align: bottom; }
.honor .item .img:after { content: ""; position: absolute; z-index: -1; height: 20px; border: 1px solid #9eabb3; bottom: -1px; right: -1px; border-radius: 10px; left: 10px; }
.honor .item .it { line-height: 1.75; max-width: 16em; margin: auto; height: 3.5em; overflow: hidden; position: absolute; left: 45%; bottom: 0; transform: translate(-43%); }
.honor { position: relative; z-index: 5; }
.honor:before, .honor:after { content: ""; position: absolute; z-index: -1; bottom: 0; height: 190px; background-size: 100%; background-repeat: no-repeat; }
.honor:before { background-image: url(../images/tablel.png); background-position: left top; left: -40px; right: 50%; }
.honor:after { background-image: url(../images/tabler.png); background-position: right top; right: -40px; left: 50%; }
.swperCtr .btn { position: absolute; width: 1em; height: 1em; top: 50%; margin-top: -0.5em; z-index: 10; transition: 0.3s; font-size: calc(50 / 16 * 1em); text-indent: -999em; overflow: hidden; background-image: -moz-linear-gradient(to right, #0f56b4, #1489d4); background-image: -webkit-linear-gradient(to right, #0f56b4, #1489d4); background-image: -ms-linear-gradient(to right, #0f56b4, #1489d4); background-image: linear-gradient(to right, #0f56b4, #1489d4); }
.swperCtr .btn::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-135deg); width: 8px; height: 8px; border: solid #fff; border-width: 2px 2px 0 0; margin-left: 2px; }
.swperCtr .prev { left: 30px; }
.swperCtr .next { right: 30px; transform: rotateY(180deg); }
.newsCenter { }
.newsCenter .item { flex: 0 0 auto; width: 31.33%; margin-right: 3%; margin-bottom: 3%; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); overflow: hidden; transition: .3s; }
.newsCenter .item:nth-child(3n) { margin-right: 0; }
.newsCenter .item .img { position: relative; padding-bottom: 64%; }
.newsCenter .item .img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.newsCenter .item .txt { padding: 25px; }
.newsCenter .item .date { color: #999; line-height: 1; margin-bottom: 10px; }
.newsCenter .item .tit { line-height: 1.5; height: 3em; overflow: hidden; font-weight: normal; }
@media (max-width:640px) {
	.newsCenter .item { width: 100%; margin-right: 0; margin-bottom: 20px; }
	.newsCenter .item .txt { padding: 20px; }
	.honor li { width: 49%; }
	.honor li:nth-child(2n) { margin-right: 0; }
}
.idea .top_con { background-color: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); padding: calc(30 / var(--ww) * 100vw); border-radius: 15px; overflow: hidden }
.idea .top_con img { border-radius: 15px; }
.idea .top_con .right { padding: 0 5%; }
.idea .top_con .right .con { line-height: calc(30 / 18); text-indent: 2em; }
.idea .top_con .right .con p { margin: 15px 0; line-height: 2; }
.idea .list { margin: 0 calc(-80 / 1920 * 100vw); padding-top: calc(80 / var(--ww) * 100vw); }
.idea .list .box { display: block; margin: 0 calc(80 / 1920 * 100vw); }
.idea .list .des { margin-top: calc(20 / 18 * 1em); }
.idea .list .icon { width: calc(61 / 16 * 1em); flex: 0 0 auto; margin-right: calc(15 / 16 * 1em); }
.idea .list .title span { color: #333; }
.idea .list .slick-dots { position: relative; margin-top: calc(50 / var(--ww) * 100vw); }
.idea .list .slick-dots li button { background-color: rgba(139, 188, 18, 0.4); }
.idea .list2 { margin: 0 }
.idea .list2 .item { float: left; width: 23.5%; margin-right: 2%; border: 1px solid #ebebeb; padding: calc(50 / 16 * 1em); text-align: center }
.idea .list2 .item:nth-child(4n) { margin-right: 0 }
.idea .list2 .item .box { display: block; margin: 0; }
@media (max-width:640px) {
	.idea .top_con .right { padding: 0; }
	.idea .top_con .right .con p { margin: 10px 0; }
}
.cultivate .box1 li { position: relative; background: #000; width: calc((100% - 50 / 1920 * 100vw)/2); border-radius: 15px; overflow: hidden }
.cultivate .box1 li::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 40%; background-image: -moz-linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); background-image: -webkit-linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); background-image: -ms-linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); background-image: linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); z-index: 1; }
.cultivate .box1 li .img { padding-top: calc(500 / 775 * 100%); position: relative; opacity: 0.9; }
.cultivate .box1 li .txt { position: absolute; left: 0; bottom: 0; padding: calc(50 / var(--ww) * 100vw); color: #fff; z-index: 2; width: 100%; }
.cultivate .box1 .main .title span { position: relative; z-index: 2; }
.cultivate .box1 .main .title span::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background-image: -moz-linear-gradient(90deg, #006e38, #a9cd0a); background-image: -webkit-linear-gradient(90deg, #006e38, #a9cd0a); background-image: -ms-linear-gradient(90deg, #006e38, #a9cd0a); background-image: linear-gradient(90deg, #006e38, #a9cd0a); z-index: -1; }
.cultivate .box1 .main .des { margin-top: calc(15 / 18 * 1em); height: 4em }
.cultivate .box2 { padding: 7% 0 9%; background: #000; margin-top: 6%; background-position: center; }
.cultivate .box2 .bt { text-align: left; }
.cultivate .box2 .bt .tit { color: #fff; }
.cultivate .box2 .left { width: 55%; }
.cultivate .box2 .left figure { padding-bottom: 60%; }
.cultivate .box2 .right { width: 40%; }
.cultivate .box2 .right .title { padding: calc(10 / var(--ww) * 100vw) 0; }
.cultivate .box2 .right .title .icon { width: calc(61 / 16 * 1em); flex: 0 0 auto; margin-right: calc(15 / 16 * 1em); }
.cultivate .box2 .right .title span { color: #fff; }
.cultivate .box2 .right .title .text { margin-right: 15px; font-size: 24px; color: #fff; }
.cultivate .box3 { padding: calc(125 / var(--ww) * 100vw) 0 0; }
.cultivate .box3 li { margin-bottom: 2%; border-radius: 15px; overflow: hidden; background-color: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); display: flex; align-items: center; }
.cultivate .box3 li:nth-child(3n) { margin-bottom: 0; }
.cultivate .box3 li .Ispic { background-color: #000; padding-bottom: 20%; width: 26%; flex: 0 0 auto }
.cultivate .box3 li .txt { background: #fff; padding: 0 5%; flex: 1 }
.cultivate .box3 li .txt .title { display: flex; align-items: center }
.cultivate .box3 li .icon { margin-right: 2%; }
.cultivate .box3 li .icon img { max-width: calc(60 / var(--ww) * 100vw); }
.cultivate .box3 li h2 { color: #333; font-weight: normal; }
.cultivate .box3 li p { font-size: 18px; }
.cultivate .box3 li .lj { display: flex; width: 80%; position: relative; justify-content: space-between; padding: 0 10%; margin: 2em 2em 0 }
.cultivate .box3 li .lj::before { content: ''; position: absolute; width: 100%; height: 15px; background: #1489d4; top: 50%; left: 0; margin-top: -7px }
.cultivate .box3 li .lj i.t { position: absolute; right: 100%; top: 50%; margin-top: -7px; width: 10px; height: 15px; background: url(../images/cultivate-line1.jpg)no-repeat center left; }
.cultivate .box3 li .lj i.b { position: absolute; left: 100%; top: 50%; margin-top: -13px; width: 14px; height: 27px; background: url(../images/cultivate-line2.png)no-repeat center right; }
.cultivate .box3 li .lj i { position: absolute; }
.cultivate .box3 li .lj .item { display: flex; flex-wrap: wrap; position: relative; height: 80px }
.cultivate .box3 li .lj .item:nth-child(2n) { flex-direction: column-reverse; }
.cultivate .box3 li .lj .item span { width: 100% }
.cultivate .box3 li .lj .item:before { content: ''; width: 6px; height: 6px; background: #fff; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) }
@media (max-width:1024px) {
	.cultivate .box3 li .lj { margin: 1em 1em 0 }
}
@media (max-width:640px) {
	.cultivate .box1 li { width: 100%; margin-bottom: 3%; }
	.cultivate .box3 li { flex-wrap: wrap; }
	.cultivate .box3 li .Ispic { padding-bottom: 63%; width: 100%; margin-bottom: 3%; }
	.cultivate .box3 li .txt { padding: 5%; }
	.cultivate .box3 li .lj { width: 90%; padding: 0 3%; }
	.cultivate .box3 li .lj .item { height: 70px }
}
.welfare .box1 .main { background-color: #000; width: calc(900 / 1120 * 100%); margin: 0 auto; position: relative; transition: 0.3s 0.5s; border-radius: 15px; overflow: hidden }
.welfare .box1 .main .img { padding-top: calc(460 / 720 * 100%); position: relative; opacity: 0.8; }
.welfare .box1 .main .img img { border-radius: 15px; overflow: hidden }
.welfare .box1 .main .txt { position: absolute; left: 0; bottom: 0; padding: calc(50 / var(--ww) * 100vw); color: #fff; z-index: 2; width: 100%; }
.welfare .box1 .main .title span { position: relative; z-index: 2; }
.welfare .box1 .main .title span::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px; background-image: -moz-linear-gradient(90deg, #006e38, #a9cd0a); background-image: -webkit-linear-gradient(90deg, #006e38, #a9cd0a); background-image: -ms-linear-gradient(90deg, #006e38, #a9cd0a); background-image: linear-gradient(90deg, #006e38, #a9cd0a); z-index: -1; }
.welfare .box1 .main .des { margin-top: calc(15 / 18 * 1em); }
.welfare .box1 .slider li:not(.slick-current) .main::before { }
.welfare .box1 .slider li:not(.slick-current) .main .txt { opacity: 0.5; }
.welfare .box1 .slick-arrow { position: absolute; width: 1em; height: 1em; top: 50%; margin-top: -0.5em; z-index: 10; transition: 0.3s; font-size: calc(50 / 16 * 1em); text-indent: -999em; overflow: hidden; background-image: -moz-linear-gradient(to right, #0f56b4, #1489d4); background-image: -webkit-linear-gradient(to right, #0f56b4, #1489d4); background-image: -ms-linear-gradient(to right, #0f56b4, #1489d4); background-image: linear-gradient(to right, #0f56b4, #1489d4); border-radius: 50% }
.welfare .box1 .slick-arrow::before { border-color: #fff; }
@media (min-width:1025px) {
	.welfare .box1 .main::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 30%; background-image: -moz-linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); background-image: -webkit-linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); background-image: -ms-linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); background-image: linear-gradient(0deg, rgba(0, 80, 184, 0.5), rgba(0, 80, 184, 0)); z-index: 1; }
	.welfare .box1 .slider { width: 143.75%; margin-left: calc(-43.75% / 2); }
	.welfare .box1 .slick-prev { left: 25%; margin-left: -0.5em; }
	.welfare .box1 .slick-next { right: 25%; margin-right: -0.5em; }
}
@media (max-width:1024px) {
	.welfare .box1 .slick-prev { left: 0.1em; }
	.welfare .box1 .slick-next { right: 0.1em; }
	.welfare .box1 .main { background: #fff }
	.welfare .box1 .main .txt { text-align: center; position: relative; color: #333 }
	.welfare .box1 .main .img { opacity: 1; }
}
.welfare .box2 { padding: calc(125 / var(--ww) * 100vw) 0 0; }
.welfare .box2 .list { margin: 0 calc(-50 / 1920 * 100vw); }
.welfare .box2 .list .box { display: block; text-align: center; margin: 0 calc(50 / 1920 * 100vw); }
.welfare .box2 .list .icon { width: calc(61 / 16 * 1em); margin: 0 auto calc(15 / 16 * 1em) auto; }
.welfare .box2 .list .title span { color: #333; }
.welfare .box2 .list .slick-dots { position: relative; margin-top: calc(50 / var(--ww) * 100vw); }
.welfare .box2 .list .slick-dots li button { background-color: rgba(139, 188, 18, 0.4); }
.welfare .box3 { margin-top: calc(20 / var(--ww) * 100vw); padding: calc(125 / var(--ww) * 100vw) 0; }
.welfare .box3 .w1600 { }
.welfare .box3 .list .item { position: relative; float: left; width: 23.5%; margin-bottom: 2%; padding: calc(40 / 16 * 1em); text-align: center; border-radius: 15px; overflow: hidden; box-shadow: 0 3px 12px rgba(0, 0, 0, .1) }
.welfare .box3 .list .item:not(:nth-child(4n)) { margin-right: 2%; }
.welfare .box3 .list .item .bg { -moz-opacity: 0.9; opacity: 0.9; filter: alpha(opacity=90); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.welfare .box3 .list .item .txt { position: relative; z-index: 5; }
.welfare .box3 .list .item .icon { margin: 0 auto 20px auto; }
.welfare .box3 .list .item .icon img { transition: .3s all; }
.welfare .box3 .list .item:hover .icon img { animation: icon-bounce 0.5s alternate; }
.welfare .box3 .list .item span { color: #333; }
@media (max-width:640px) {
	.welfare .box3 .list .item { width: 49%; margin-right: 2%; padding: calc(20 / 16* 1em); }
	.welfare .box3 .list .item:nth-child(2n) { margin-right: 0%; }
}
.service .items-group { margin-bottom: calc(100 / var(--ww) * 100vw); }
.service .items-group .items { background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); padding: .3rem; border-radius: 15px; overflow: hidden }
.service .items-group .items+.items { margin-top: calc(50 / var(--ww) * 100vw); }
.service .items-group .img .pic { position: relative; }
.service .items-group .img .pic .slick-dots { justify-content: center; bottom: 5%; width: 100%; left: 0; }
.service .items-group .items img { border-radius: 15px; }
.service .items-group .items .title { color: #333; margin-bottom: calc(20 / 30 * 1em); }
.service .items-group .items p { color: #555; line-height: calc(30 / 18); margin: calc(20 / 18 * 1em) 0; }
.service .items-group .items .tit { padding: calc(10 / var(--ww) * 100vw) 0; }
.service .items-group .items .tit .icon { width: calc(61 / 16 * 1em); flex: 0 0 auto; margin-right: calc(15 / 16 * 1em); }
.service .items-group .items .tit span { color: #333; }
.service .items-group .items .group2 { padding-top: 1em; }
.service .items-group .items .item:not(:last-child) { margin-bottom: 1em; border-bottom: 1px solid #ebebeb; padding-bottom: 1em }
.service .items-group .items .item span { color: #333; }
.service .items-group .items .tit2 { color: #333 }
.service .items-group .items .tit3 { background: #1489d4; color: #fff; line-height: 2; padding: 0 2em; margin-left: 3em }
.service .items-group .items .tit .text { margin-right: 15px; font-size: 30px; color: #1489d4; }
.service .list .box { display: block; margin: 0 calc(50 / 1920 * 100vw); text-align: center; }
.service .list .box .title { text-align: left; }
.service .list .des { margin-top: calc(20 / 18 * 1em); text-align: left; }
.service .list .icon { width: calc(70 / 16 * 1em); margin: 0 auto calc(15 / 16 * 1em) auto; background: #f5f5f5; height: calc(70 / 16 * 1em); border-radius: 50px; padding-top: 2.4%; }
.service .list .title span { color: #333; }
.service .list .slick-dots { position: relative; margin-top: calc(50 / var(--ww) * 100vw); }
.service .list .slick-dots li button { background-color: rgba(20, 137, 212, 0.4); }
@media (min-width:1025px) {
	.service .list { margin: 0 calc(-79 / 1920 * 100vw); }
	.service .list div.item { border-right: 1px solid rgb(51 51 51 / 20%); border-right: 1px solid rgb(51 51 51 / 20%); padding: 1% 0; }
	.service .items-group .img { width: 50%; }
	.service .items-group .txt { padding: 0 5em; }
}
@media (max-width:1024px) {
	.service .items-group .items .img { margin-bottom: calc(20 / 16 * 1em); }
	.service .list div.item { border-radius: 10px; padding: 0.3rem; transition: 0.3s ease-out; background: #f5f5f5; }
	.service .list .slick-dots { margin-top: calc(30 / var(--ww)* 100vw); }
}
.contact .contact-city { display: flex; justify-content: start; flex-wrap: wrap; margin: 0 calc(-30 / var(--ww) * 100vw); }
.contact .contact-city .item { width: 33.33%; padding: 0 calc(30 / var(--ww) * 100vw); margin-bottom: calc(60 / var(--ww) * 100vw); }
.contact .contact-city .item:first-child { width: 66.66%; }
.contact .contact-city .item .item-content { width: 100%; height: 100%; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); padding: 30px; border-radius: 15px; overflow: hidden }
.contact .contact-city .item .img { border-radius: 15px; overflow: hidden; height: calc(250 / var(--ww) * 100vw); position: relative; }
.contact .contact-city .item .content { padding: 0 calc(30 / var(--ww) * 100vw); }
.contact .contact-city .item .title { width: 100%; height: calc(80 / var(--ww) * 100vw); line-height: calc(80 / var(--ww) * 100vw); color: #333; border-bottom: 1px solid #eeeeee; margin-bottom: calc(10 / var(--ww) * 100vw); }
.contact .contact-city .item .title img { width: calc(40 / var(--ww) * 100vw); height: calc(40 / var(--ww) * 100vw); display: inline-block; }
.contact .contact-city .item .title p { display: inline-block; vertical-align: middle; }
.contact .contact-city .item .info { padding-bottom: calc(30 / var(--ww) * 100vw); }
.contact .contact-city .item .info p { padding-top: calc(10 / 18 * 1em); }
.contact .contact-city .item .info .div { width: 100%; display: flex; }
.contact .contact-city .item .info .div p { width: 50%; }
.Message .form { }
.Message .form .img img { border-radius: 15px; overflow: hidden }
.Message .form .right { padding: 0 5%; width: 80%; margin: -10% auto 0; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); position: relative; z-index: 2; padding: calc(80 / 16 * 1em); border-radius: 15px; }
.Message .form .div { width: 100%; margin-bottom: 2%; position: relative; }
.Message .form .div1 { width: 49%; float: left; height: calc(60 / 16 * 1em); overflow: hidden; padding: 0 calc(32 / 16 * 1em); position: relative; margin-right: 2%; background: #fafafa; border: 1px solid #eeeeee; border-radius: 5px; }
.Message .form .div .div1:nth-child(2) { margin-right: 0; }
.Message .form .div input { width: 100%; height: 100%; padding: 0; border: none; background: none; color: #333333; display: block; }
.Message .form .div1 i { font-style: normal; color: #ff0000; position: absolute; left: 1em; top: 50%; transform: translateY(-50%); }
.Message .form .div1.div2 { width: 100%; float: none; margin-right: 0; }
.Message .form textarea { width: 100%; height: calc(150 / 16 * 1em); overflow: hidden; background: #fafafa; border: 1px solid #eeeeee; padding: calc(20 / 16 * 1em); color: #333333; resize: none; margin-bottom: 2%; }
.Message .form .tj { width: 100%; padding-top: calc(20 / 16 * 1em); }
.Message .form .tj .anniu { border: none; cursor: pointer; }
@media (max-width:1024px) {
	.Message .form .right { padding: calc(30 / 16 * 1em); }
}
@media (max-width:640px) {
	.Message .form .right { width: 90%; padding: calc(24 / 16 * 1em); }
	.Message .form .div1 { width: 100%; margin-bottom: 10px; }
}
.solution { padding-bottom: 5% }
.solution .list { padding-left: 30%; position: relative; }
.solution .list .right li { width: 32%; float: left; border-radius: 10px; margin-bottom: calc((100% - 32% * 3) / 2); padding: 0.3rem; transition: 0.3s ease-out; background: #f5f5f5; }
.solution .list .right li h4 { font-size: 0.22rem; color: #000; margin: 0; padding: 10px 0 10px; }
.solution .list .right li p { color: #333; margin: 0; line-height: 1.6 }
.solution .list .right li:hover { transform: translateY(-10px) }
.solution .list .right li h4:after { display: block; content: ''; width: 35px; height: 4px; background: #1489d4; margin-top: 0.5em; margin-bottom: 0.8em; }
.solution .list .left { position: absolute; height: 100%; width: 27.7%; left: 0; top: 0; background: #000; border-radius: 10px; overflow: hidden; padding: 0.4rem }
.solution .list .left h3 { font-size: 0.36rem; color: #fff; margin: 0; line-height: 1.2; padding-top: 2vw }
.solution .list .left p { font-size: 0.16rem; color: #fff; margin: 0; line-height: 2; padding-top: 2vw }
.solution .list .left .more { position: absolute; width: 80%; left: 0.4rem; bottom: 0.4rem; background: #fff; line-height: 50px; color: #333; text-align: center; border-radius: 36px }
.solution .list .left .texy:after { width: 12px; height: 2px; background: #fff; }
@media (min-width:641px) {
	.solution .list .right li:not(:nth-child(3n)) { margin-right: calc((100% - 32% * 3) / 2); }
	.solution .list .right li:nth-child(3)~li { margin-bottom: 0; }
}
@media (max-width:640px) {
	.solution .list { padding-left: 0%; }
	.solution .list .left { width: 100%; position: relative; padding-bottom: 30%; margin-bottom: 3%; }
	.solution .list .right ul { display: flex; flex-wrap: wrap; }
	.solution .list .right li { width: 49%; height: auto !important; }
	.solution .list .right li:not(:nth-child(2n)) { margin-right: 2%; }
	.solution .list .right li h4 { font-size: .28rem; padding: 5px 0 5px; }
	.solution .list .left p, .solution .list .right li p { font-size: .20rem; }
}
.lm-tit { color: #333; position: relative; font-size: 28px; margin-bottom: 20px; }
.lm-tit:after { content: ''; display: block; width: 45px; height: 4px; background-image: linear-gradient(90deg, #006e38, #a9cd0a); margin-top: 20px; }
.lm-tit.center:after { margin: 20px auto 0; }
.tctit { text-align: center; color: #1489d4; font-size: 28px; font-weight: normal; margin-bottom: 25px; }
.Floor003153 { padding-top: calc(80 / var(--ww) * 100vw); }
.Floor003153 .intro { background: #fff; padding: 0.3rem; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); border-radius: 15px; overflow: hidden }
.Floor003153 .intro .img { overflow: hidden }
.Floor003153 .intro .pic { position: relative }
.Floor003153 .intro .pic .slick-dots { justify-content: center; bottom: 5%; width: 100%; left: 0; }
.Floor003153 .intro img { border-radius: 15px; overflow: hidden; transition: .3s all }
.Floor003153 .intro:hover img { }
.Floor003153 .noback { background: none; box-shadow: none; }
.Floor003153 .noback .info { padding: 0 !important }
.Floor003153 .intro .ytable { margin-bottom: 6% }
.Floor003153 .intro .info .title aside { color: #333; position: relative; padding-bottom: 20px; font-size: 28px; margin-bottom: 20px; }
.Floor003153 .intro .info .title aside::after { content: ""; display: block; width: 45px; height: 4px; background: #1489d4; position: absolute; bottom: 0; left: 0; }
.Floor003153 .intro .info .con { margin-top: 0rem; line-height: 2; }
.Floor003153 .intro .info .con p { text-indent: 2em; text-align: justify; }
.Floor003153 .intro .info .con::-webkit-scrollbar { width: 2px; height: 100%; }
.Floor003153 .intro .info .con::-webkit-scrollbar-track { background: rgb(239, 239, 239); border-radius: 2px; }
.Floor003153 .intro .info .con::-webkit-scrollbar-thumb { background: #a9cd0a; border-radius: 10px; }
.Floor003153 .intro .info .con::-webkit-scrollbar-thumb:hover { background: #a9cd0a; }
.Floor003153 .intro .info .con::-webkit-scrollbar-corner { background: #a9cd0a; }
.Floor003153 .intro .info .con .tit { padding: calc(20 / var(--ww) * 100vw) 0; font-size: 1.25em }
.Floor003153 .intro .info .con .tit:not(:last-child) { border-bottom: 1px solid #eee; }
.Floor003153 .intro .info .con .tit span { color: #333; }
.Floor003153 .intro .info .con .tit .text { margin-right: 15px; font-size: 30px; color: #1489d4; }
.Floor003153 .intro .info .con .tit .icon { margin-right: calc(40 / 16 * 1em) }
.Floor003153 .intro .info .con .tit .icon img { max-width: calc(40 / 16 * 1em); max-height: calc(40 / 16 * 1em) }
@media (min-width:1025px) {
	.Floor003153 .intro .img { width: 50%; }
	.Floor003153 .intro .info { padding: 2em 3.5em 2em 4.5em; }
	.Floor003153 .intro .info p { margin: 0; }
}
@media (max-width:1024px) {
	.Floor003153 .intro .img { margin-bottom: 1.5em; }
}
.Floor003153 .list div.item { border-right: 1px solid rgb(51 51 51 / 20%); padding: 1% 0; }
.Floor003153 .list div.item:nth-child(4n) { border-right: 0; }
.Floor003153 .list .box { display: block; margin: 0 calc(40 / 1920 * 100vw); text-align: center; }
.Floor003153 .list .box .title { text-align: left; }
.Floor003153 .list .box .title span { color: #333; }
.Floor003153 .list .box .des { margin-top: calc(20 / 18 * 1em); text-align: left; height: calc(30 / 18 * 5em); }
.Floor003153 .list .slick-dots { position: relative; margin-top: calc(50 / var(--ww) * 100vw); }
.Floor003153 .list .slick-dots li button { background-color: rgba(20, 137, 212, 0.4); }
.Floor003153 .weixiu { margin-bottom: calc(100 / var(--ww) * 100vw); }
.Floor003153 .weixiu ul { display: flex; flex-wrap: wrap; }
.Floor003153 .weixiu li { width: 32%; float: left; border-radius: 10px; padding: 0.3rem; transition: 0.3s ease-out; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.Floor003153 .weixiu li:not(:nth-child(3n)) { margin-right: calc((100% - 32% * 3) / 2); }
.Floor003153 .weixiu li:nth-child(3)~li { margin-bottom: 0; }
.Floor003153 .weixiu li h4 { color: #000; margin: 0; padding: 10px 0 10px; }
.Floor003153 .weixiu li h4 span { margin-left: 10px; font-size: 0.18rem; font-weight: normal; color: #1489d4; }
.Floor003153 .weixiu li aside { font-weight: normal; color: #1489d4; }
.Floor003153 .weixiu li p { color: #333; margin: 0; line-height: 2; overflow: hidden; text-indent: 2em }
.Floor003153 .weixiu li p.p { height: 5.5em; }
.Floor003153 .weixiu li:hover { transform: translateY(-10px) }
.Floor003153 .weixiu li aside:after { display: block; content: ''; width: 35px; height: 4px; background: #1489d4; margin-top: 0.5em; margin-bottom: 0.8em; }
@media (max-width:640px) {
	.Floor003153 .weixiu li { width: 100%; margin-bottom: 3%; }
	.Floor003153 .weixiu li:not(:nth-child(3n)) { margin-right: 0; }
	.Floor003153 .weixiu li p.p { height: auto; }
}
.BusinessOverview { margin-top: 0%; background: #000; background: url(../images/BusinessOverview-bg.jpg) no-repeat center center/cover; }
.BusinessOverview_2 { margin-top: 3%; }
.BusinessOverview_3 { margin-top: 8%; }
.BusinessOverview .text_w100 { width: 100% !important; }
.BusinessOverview .con { overflow: hidden }
.BusinessOverview .con .text { width: 50%; padding: 2em 0em; }
.BusinessOverview .con .text p { text-indent: 2em; margin: 0rem 0; color: #fff; }
.BusinessOverview .con .pic { width: 50%; }
.Businesssegments { }
.Businesssegments .text_w100 { width: 100% !important; }
.Businesssegments_1 { padding-top: calc(80 / var(--ww) * 100vw) }
.Businesssegments .con { background: #fff; padding: calc(30 / var(--ww) * 100vw); margin-bottom: calc(50 / var(--ww) * 100vw); box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); border-radius: 15px; overflow: hidden }
.Businesssegments .con .text { width: 50%; padding: 2em 4.5em; }
.Businesssegments .con .text p { text-indent: 2em; margin: 0.2rem 0; }
.Businesssegments .con .pic { width: 50%; }
.Businesssegments .con .pic img { border-radius: 15px; }
.Businesssegments .con1 .text .lm-tit { margin: 0.25rem 0; }
.Businesssegments .con1 .text p { margin: 0 0; }
.Businesssegments .con2 { padding: 0.3rem; }
.Businesssegments .con2 .text2 .lm-tit { margin-bottom: 0.3rem; }
.Businesssegments .con2 .pic2 { }
.Businesssegments .con3 { margin-bottom: calc(100 / var(--ww) * 100vw); }
.Businesssegments .con4 .text4 p { margin: 0rem 0; }
.Businesssegments .con5 { padding: 0.3rem; }
.Businesssegments .con5 .text5 .lm-tit { margin-bottom: 0.3rem; }
.Businesssegments .con5 .pic5 { }
.Businesssegments .con6 { margin-bottom: 0; }
.Businesssegments .con6 .text6 dl dd { padding-left: 2em; margin-bottom: 0.1rem; position: relative; }
.Businesssegments .con6 .text6 dl dd:after { content: ''; width: 5px; height: 5px; background: #a9cd0a; border-radius: 50%; position: absolute; left: 7px; top: 14px; }
.Businesssegments .con7 { padding: 0.3rem; margin-top: -0.5rem; }
.Businesssegments .con7 .text7 .lm-tit { margin-bottom: 0.3rem; }
.Businesssegments .con7 .pic7 { }
.Businesssegments .con8 { margin-bottom: 0; }
.Businesssegments .con8 .text8 dl dd { padding-left: 2em; margin-bottom: 0.1rem; position: relative; }
.Businesssegments .con8 .text8 dl dd:after { content: ''; width: 5px; height: 5px; background: #a9cd0a; border-radius: 50%; position: absolute; left: 7px; top: 14px; }
.fays .list { display: flex; flex-wrap: wrap; }
.fays .list div.item { width: 31.5%; padding: 5% 2% 0% 2%; margin-right: 2%; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); border: none; margin-bottom: 2%; }
.fays .list div.item:nth-child(3n) { margin-right: 0; }
.Floor003153 .bxlc { background: #fff; border-radius: 15px; margin-bottom: calc(100 / var(--ww) * 100vw); box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); padding: 0.3rem; }
.Floor003153 .liuchengPic { position: relative; border-radius: 15px; overflow: hidden; }
.Floor003153 .liuchengPic::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-image: -moz-linear-gradient(45deg, rgba(10, 58, 115, 1), rgba(10, 58, 115, 0)); background-image: -webkit-linear-gradient(45deg, rgba(10, 58, 115, 1), rgba(10, 58, 115, 0)); background-image: -ms-linear-gradient(45deg, rgba(10, 58, 115, 1), rgba(10, 58, 115, 0)); background-image: linear-gradient(45deg, rgba(10, 58, 115, 1), rgba(10, 58, 115, 0)); z-index: 1; }
.Floor003153 .liuchengPic .group { position: absolute; z-index: 20; left: 5em; width: 50%; top: 50%; transform: translateY(-50%); }
.Floor003153 .liuchengPic .tit { width: 50%; float: left; padding: calc(10 / var(--ww) * 100vw) 0; }
.Floor003153 .liuchengPic .tit .icon { width: calc(61 / 16 * 1em); flex: 0 0 auto; margin-right: calc(15 / 16 * 1em); }
.Floor003153 .liuchengPic .tit span { color: #fff; }
.Floor003153 .liuchengPic .tit .text { margin-right: 15px; font-size: 30px; color: #fff; }
.Floor003153 .liuchengPic figure { padding-bottom: 25%; }
.Floor003153 .ul_rundown { padding: 5em; background: #fff; }
.Floor003153 .ul_rundown li { position: relative; text-align: center; }
.Floor003153 .ul_rundown li p { font-size: 18px; color: #333; margin-bottom: 0; }
.Floor003153 .ul_rundown li .num { position: absolute; left: 0; color: rgba(20, 137, 212, 0.4); }
@media(min-width:769px) {
	.Floor003153 .ul_rundown { display: table; width: 100%; }
	.Floor003153 .ul_rundown li { display: table-cell; height: 1.4rem; max-width: 240px; padding: 0 3%; }
	.Floor003153 .ul_rundown li .num { top: 70px; border-top: 1px solid rgba(20, 137, 212, 0.4); padding-top: 20px; width: 100%; }
	.Floor003153 .ul_rundown li .num::before { position: absolute; content: ''; width: 10px; height: 10px; border-radius: 50%; background: #1489d4; left: 50%; margin-left: -5px; top: -5px; }
}
@media(max-width:768px) {
	.Floor003153 .ul_rundown { padding: 0; }
	.Floor003153 .ul_rundown li { min-height: 45px; text-align: left; }
	.Floor003153 .ul_rundown li:nth-child(2n) { background: #f5f5f5; }
	.Floor003153 .ul_rundown li .num { top: 50%; left: 10px; transform: translateY(-50%); }
	.Floor003153 .ul_rundown li .txt { position: relative; padding-left: 60px; }
	.Floor003153 .ul_rundown li .txt p { margin: 0; padding: 15px 0; font-size: 14px; }
	.Floor003153 .liuchengPic figure { padding-bottom: 65%; }
	.Floor003153 .liuchengPic .group { left: 1.5em; width: 100%; }
}
.Floor003153 .mode { padding: 5em; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); background: #fff; position: relative; margin-bottom: calc(100 / var(--ww) * 100vw); border-radius: 15px }
.Floor003153 .mode .yuan { width: calc(330 / 16 * 1em); height: calc(330 / 16 * 1em); background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 50%; margin: calc(50 / var(--ww) * 100vw) auto; display: flex; align-items: center; justify-content: center; position: relative }
.Floor003153 .mode .yuan:before { position: absolute; content: ""; left: -20px; right: -20px; top: -20px; bottom: -20px; border: 20px solid rgba(20, 137, 212, 0.2); border-radius: 50%; }
.Floor003153 .mode .yuan:after { position: absolute; content: ""; left: -40px; right: -40px; top: -40px; bottom: -40px; border: 40px solid rgba(20, 137, 212, 0.1); border-radius: 50%; }
.Floor003153 .mode .mode_list { position: absolute; width: 100%; height: 100%; left: 0; top: 0 }
.Floor003153 .mode .mode_list .box { position: absolute; width: 25%; }
.Floor003153 .mode .mode_list .box .title span { color: #333; }
.Floor003153 .mode .mode_list .box .des { margin-top: calc(20 / 18 * 1em); height: calc(30 / 18 * 5em); }
.Floor003153 .mode .mode_list .box:nth-child(1) { left: 5em; top: 30%; text-align: right; }
.Floor003153 .mode .mode_list .box:nth-child(2) { right: 5em; top: 30%; }
.Floor003153 .mode4 .mode_list .box:nth-child(1) { left: 5em; top: 10%; text-align: right; }
.Floor003153 .mode4 .mode_list .box:nth-child(2) { right: 5em; top: 10%; }
.Floor003153 .mode4 .mode_list .box:nth-child(3) { left: 5em; bottom: 10%; text-align: right; }
.Floor003153 .mode4 .mode_list .box:nth-child(4) { right: 5em; bottom: 10%; }
.Floor003153 .function { margin-bottom: calc(100 / var(--ww) * 100vw); }
.Floor003153 .function .list { position: relative; margin: 0; }
.Floor003153 .function .list li { width: 18.4%; float: left; border-radius: 10px; margin-bottom: calc((100% - 32% * 3) / 2); padding: 0.3rem; height: 2.4rem; transition: 0.3s ease-out; background: #f5f5f5; }
.Floor003153 .function .list li:not(:nth-child(5n)) { margin-right: calc((100% - 32% * 3) / 2); }
.Floor003153 .function .list li:nth-child(5)~li { margin-bottom: 0; }
.Floor003153 .function .list li h4 { font-size: 0.22rem; color: #000; margin: 0; padding: 10px 0 10px; }
.Floor003153 .function .list li p { color: #333; margin: 0; line-height: 1.5; display: inline-block; width: 50%; float: left; }
.Floor003153 .function .list li:hover { transform: translateY(-10px) }
.Floor003153 .function .list li h4:after { display: block; content: ''; width: 35px; height: 4px; background-image: linear-gradient(90deg, #006e38, #a9cd0a); margin-top: 0.5em; margin-bottom: 0.8em; }
@media (max-width:640px) {
	.Floor003153 .mode { padding: 1.25em; }
	.Floor003153 .mode .yuan { width: calc(240 / 16 * 1em); height: calc(240 / 16 * 1em); margin: 50px auto 66px }
	.Floor003153 .mode .mode_list { position: initial; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.Floor003153 .mode .mode_list .box { position: initial; }
	.Floor003153 .mode .mode_list .box { width: 46%; float: left; margin-bottom: 3%; }
	.Floor003153 .mode .mode_list .box:nth-child(2n) { float: right; }
	.Floor003153 .mode .mode_list .box .des { height: auto; }
}
.PicList002045 ul { display: flex; flex-wrap: wrap; }
.PicList002045 li { float: left; overflow: hidden; position: relative; text-align: center; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); transition: .3s; border-radius: 15px; }
.PicList002045 li a { position: relative; display: block; }
.PicList002045 li .inner { max-width: 320px; margin: 0 auto; padding: 8% 3%; }
.PicList002045 li figure { padding-bottom: 85%; background-size: contain; }
.PicList002045 li figure img { display: none; }
.PicList002045 li .word { text-align: center; padding: 0 2%; }
.PicList002045 li .word span { color: #1489d4; display: block; margin-top: 8px; }
.PicList002045 li:hover { transform: translateY(-5px); }
@media (min-width:1025px) {
	.PicList002045 li { width: 22.75%; margin-right: 3%; }
	.PicList002045 li:nth-child(4n) { margin-right: 0; }
	.PicList002045 li:nth-child(4n)~li { margin-top: 3%; }
}
@media (max-width:1024px) {
	.PicList002045 li { width: 49%; margin-right: 2%; margin-bottom: 2%; }
	.PicList002045 li:nth-child(3n) { margin-right: 2%; }
	.PicList002045 li:nth-child(2n) { margin-right: 0; }
	.PicList002045 li aside { font-size: 4vw; }
}
.location { background: #fff; border-top: 1px solid #f5f5f5; text-align: right; line-height: 3.25em; padding: 1em 0; }
.location a:first-child { background: url(../images/breadcrumb.svg) no-repeat center left; padding-left: 1.5em; }
.location a, .location i, .location span { display: inline-block; vertical-align: middle; }
.location i { width: 0.375em; height: 0.5625em; background: url(../images/arrow_right_01.svg) no-repeat center center; background-size: contain; font-style: normal; margin: 0 1.0625em; }
@media (max-width:1024px) {
	.location { line-height: normal; padding: 3% 0; }
}
.pt0 { padding-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ny-page .location { background: none; border-top: none; border-bottom: 1px solid #dce1e7; }
.RighInfo003134 .img-side .ytable-cell { padding: 3em 0; border-radius: 15px; }
.RighInfo003134 .img-group { background: #fff; overflow: hidden; }
.RighInfo003134 .img-group li .Ispic { background-size: contain; padding-bottom: 43.167%; }
.RighInfo003134 .controls { display: table; position: relative; padding: 0 56px; margin: 3.125em auto 0; width: 100%; z-index: 101; }
.RighInfo003134 .controls .slick-dots { text-align: center; }
.RighInfo003134 .controls .slick-dots li button { background-color: rgba(20, 137, 212, 0.4); }
.RighInfo003134 .img-side .tit { color: #333; margin-bottom: 0.6em; }
.RighInfo003134 .img-side .line { width: 30px; height: 3px; background-color: #1489d4; display: block; margin: 0 0 .3rem; }
.RighInfo003134 .img-side .con { color: #666; line-height: 2; }
.RighInfo003134 .img-side .con p { text-indent: 2em; }
.RighInfo003134 .img-side .btn { display: inline-block; margin-top: 3em; width: calc(180 / 18 * 1em); height: calc(60 / 18 * 1em); display: inline-flex; align-items: center; justify-content: center; background-image: -moz-linear-gradient(to right, #0f56b4, #1489d4); background-image: -webkit-linear-gradient(to right, #0f56b4, #1489d4); background-image: -ms-linear-gradient(to right, #0f56b4, #1489d4); background-image: linear-gradient(to right, #0f56b4, #1489d4); font-weight: 100; color: #fff; border-radius: 60px; }
@media (min-width:1025px) {
	.RighInfo003134 .img-group { width: 50%; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
	.RighInfo003134 .img-side .txt { padding: 0 5em; }
}
.RighInfo003134 .table_1 { margin: calc(100 / var(--ww) * 100vw) 0 0; border-radius: 15px; overflow: hidden; border-top: 0; border-right: 0; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); background: #fff }
.RighInfo003134 .table_1 th, .RighInfo003134 .table_1 td { width: 50%; text-align: center; border-top: 1px solid #ededed; border-right: 1px solid #ededed; border-collapse: collapse; line-height: 24px; padding: .2rem; background: #fff }
.RighInfo003134 .table_1 th { font-weight: normal; border-color: rgba(0, 0, 0, 0.05); background: #e9edef; color: #333; }
.RighInfo003134 .table_1 th.th { color: #fff; background: #ed1c24; border-color: rgba(255, 255, 255, 0.25); }
@media (max-width:768px) {
	.RighInfo003134 .table_1 { overflow: auto; }
	.RighInfo003134 .table_1 table { width: 120%; }
	.RighInfo003134 .table_1 th, .RighInfo003134 .table_1 td { font-size: 3.5vw; }
}
.Menu002217 { padding-top: calc(80 / var(--ww) * 100vw); }
.Menu002217 nav { text-align: center; }
.Menu002217 nav ul li { text-align: center; padding: 0 calc(10 / var(--ww) * 100vw); display: inline-block; *zoom: 1; *display: inline; }
.Menu002217 nav ul li a { display: block; min-width: calc(160 / 18 * 1em); padding: 0 calc(20 / 18 * 1em); height: calc(60 / 18 * 1em); line-height: calc(60 / 18 * 1em); font-size: calc(18 / 16 * 1em); color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background: #fff; font-weight: 100; }
.Menu002217 nav ul li.on a, .Menu002217 nav ul li a:hover { color: #fff; background-image: -moz-linear-gradient(180deg, #006e38, #a9cd0a); background-image: -webkit-linear-gradient(180deg, #006e38, #a9cd0a); background-image: -ms-linear-gradient(180deg, #006e38, #a9cd0a); background-image: linear-gradient(180deg, #006e38, #a9cd0a); }
@media(max-width:1199px) {
	.Menu002217 h2 { font-size: 35px; }
}
@media(max-width:1000px) {
	.Menu002217 h2 { font-size: 30px; }
	.Menu002217 nav ul li a { min-width: 90px; font-size: 14px; height: 35px; line-height: 35px; padding: 0 3%; }
}
@media(max-width:640px) {
	.Menu002217 h2 { font-size: 20px; }
	.Menu002217 nav ul li { width: 100%; margin: 0 0 1px; display: block; }
	.Menu002217 nav ul li a { border-radius: 0; }
}
.ywys .list { display: flex; justify-content: space-between; flex-wrap: wrap; }
.ywys .list .item1 { width: 32%; padding: 5%; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); border-radius: 15px; overflow: hidden; }
.ywys .list .item1:nth-last-child(-n+2) { width: 48%; margin-top: 2.5% }
.ywys .list .item1 .title, .ywys .list .box .des { text-align: left; }
.ywys .list .item1:nth-child(5) { }
.ywys .list .item1 .icon img { max-width: 70px; margin-bottom: 10px; }
.ywys .list .item1 .des { height: auto; line-height: 2; }
.ywys .list .box { width: 100%; margin: 0; text-align: left; }
@media(max-width:640px) {
	.ywys .list .item1 { width: 100%; margin-bottom: 4%; }
	.ywys .list .item1:nth-last-child(-n+2) { width: 100%; margin-top: 0% }
}
.PicList002171 { background-color: #f9f9f9; padding: 3% 0; }
.PicList002171 li { float: left; width: 18%; margin-right: 2.5%; margin-bottom: 2.5%; }
.PicList002171 li a { box-shadow: 9px 15px 10px 0px rgb(0 0 0 / 5%); position: relative; display: block; border-radius: 10px; overflow: hidden }
.PicList002171 li img { display: block; width: 100%; }
.PicList002171 li a figure { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(169, 205, 10, 0.95); opacity: 0; transition: 0.3s; }
.PicList002171 li a:hover figure { opacity: 1; }
.PicList002171 li dl { display: table; width: 100%; height: 100%; }
.PicList002171 li dt { display: table-cell; vertical-align: middle; text-align: center; font-size: 18px; color: #fff; }
@media(min-width:769px) {
	.PicList002171 li:nth-child(5n) { margin-right: 0; }
}
@media(max-width:768px) {
	.PicList002171 li { width: 32%; margin-right: 2%; }
}
@media(max-width:640px) {
	.PicList002171 li { width: 49%; }
	.PicList002171 li:nth-child(2n) { margin-right: 0; }
	.PicList002171 li dt { font-size: 15px; }
}
.lm_more { text-align: center; padding: 3% 0 0; }
.Floor003181 { padding-bottom: 4% }
.Floor003181 .list .slick-list { border-radius: 15px; overflow: hidden }
.Floor003181 .list li .item { color: #fff; position: relative; }
.Floor003181 .list li .ytable { width: 100%; margin: 0 auto; height: 100%; }
.Floor003181 .list li .txt { position: absolute; left: 0; width: 100%; height: 100%; top: 0; padding-left: 30px; }
.Floor003181 .list li .Ispic { padding-bottom: calc(548 / 415 * 100%); opacity: 1; position: relative; }
.Floor003181 .list li .Ispic::after { content: ""; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; }
.Floor003181 .list li .icon img { height: calc(50 / 16 * 1em); }
.Floor003181 .list li .info { padding: calc(40 / 16 * 1em) 0 calc(60 / 16 * 1em) 0; }
.Floor003181 .list li .tit { font-size: 24px; line-height: 1; margin-bottom: calc(20 / 36 * 1em); }
.Floor003181 .list li .info p { margin: 0; line-height: calc(30 / 16 * 1em); }
.Floor003181 .list li .more { width: calc(15 / 16 * 1em); height: calc(15 / 16 * 1em); display: block; background: url(../images/Floor003181-more.svg) no-repeat center; background-size: contain; }
.Floor003181 .list li dl { overflow: hidden; }
.Floor003181 .list li dd { float: left; line-height: calc(30 / 16 * 1em); }
.Floor003181 .list li dd:not(:last-child) { margin-right: calc(10 / 16 * 1em); }
.Floor003181 .list li dd a { display: block; color: #fff; background: rgba(0, 0, 0, 0.4); padding: 0 1em; border-radius: 1em; }
.Floor003181 .list li:hover .more { opacity: 0; }
.Floor003181 .list li dl { height: 0; transition: 0.3s ease-out; }
.Floor003181 .list li:hover .Ispic { opacity: 1; transform: translateX(0) translateZ(0) rotateY(0) scaleY(1) scaleX(1); }
.Floor003181 .list li:hover dl { margin-top: calc(50 / 16 * 1em); height: 180px; }
.Floor003181 .list div.item { padding: 0; }
@media (min-width:1025px) {
	.Floor003181 .list { margin-top: calc(83 / 16 * 1em); }
}
@media(max-width:1600px) {
	.Floor003181 .list li .tit { font-size: 20px; }
	.Floor003181 .list li dd { font-size: 16px; }
	.Floor003181 .list li .info { padding: 30px 0 30px; }
}
@media(max-width:1366px) {
	.Floor003181 .list li .tit { font-size: 18px; }
	.Floor003181 .list li dd { font-size: 15px; }
	.Floor003181 .list li .info { padding: 20px 0; }
	.Floor003181 .list li:hover dl { margin-top: 10px; }
	.Floor003181 .list li .ytable { width: calc(300 / 415 * 100%); }
	.Floor003181 .list { margin-top: 30px; }
}
@media (max-width:1024px) {
	.Floor003181 .list { margin-top: calc(40 / 16 * 1em); }
	.Floor003181 .list li dl { margin-top: 5vw; }
	.Floor003181 .list { margin-top: 30px; }
	.Floor003181 .list li .icon img { max-height: 40px; }
	.Floor003181 .list li dl { margin-top: 20px; }
	.Floor003181 .list li .more { background-size: 20px; }
	.Floor003181 .list li .ytable { width: 90%; }
}
@media(max-width:768px) {
	.Floor003181 .list li .Ispic { padding-bottom: calc(350 / 415* 100%); }
	.Floor003181 .list li dd { font-size: 14px; }
	.Floor003181 .list li dd:not(:last-child) { margin-right: 0; }
	.Floor003181 .list li .icon img { height: 30px; }
	.Floor003181 { padding: 30px 0; }
	.Floor003181 .list li .more { background-size: 15px; }
}
.Floor001732 { padding-bottom: 4%; }
.Floor001732 figure { line-height: 35px; padding-bottom: 3%; font-size: 18px; }
.Floor001732 dd { float: left; width: 32%; margin-right: 2%; }
.Floor001732 dd:last-child { margin-right: 0; }
.Floor001732 dd img { display: block; width: 100%; border-radius: 15px; }
.Floor001732 ul { margin: 0 auto; margin-top: 3%; max-width: 528px; }
.Floor001732 li { float: left; width: 25%; }
.Floor001732 li a { display: block; font-size: 16px; padding: 65px 0 20px 0; border-radius: 5px; background: url(../images/Floor001732-icon1.png) no-repeat center 15px; }
.Floor001732 li.li_2 a { background-image: url(../images/Floor001732-icon2.png); }
.Floor001732 li.li_3 a { background-image: url(../images/Floor001732-icon3.png); }
.Floor001732 li.li_4 a { background-image: url(../images/Floor001732-icon4.png); }
.Floor001732 li a:hover { background-color: #c9b27c; background-image: url(../images/Floor001732-icon1_hover.png); color: #fff; }
.Floor001732 li.li_2 a:hover { background-image: url(../images/Floor001732-icon2_hover.png); }
.Floor001732 li.li_3 a:hover { background-image: url(../images/Floor001732-icon3_hover.png); }
.Floor001732 li.li_4 a:hover { background-image: url(../images/Floor001732-icon4_hover.png); }
@media(max-width:640px) {
	.Floor001732 h1 { font-size: 24px; }
	.Floor001732 b { font-size: 14px; }
}
@media(max-width:375px) {
	.Floor001732 dd { float: none; width: auto; margin-right: 0; margin-bottom: 2%; }
	.Floor001732 li a { font-size: 14px; background-size: auto 30px; padding-top: 50px; }
}
.Floor003105 { position: relative; z-index: 1; overflow: hidden; padding: 0 0 4%; }
.Floor003105 .title { color: #003f84; }
.Floor003105 .title .cn { font-size: 0.38em; }
.Floor003105 .title .en { font-family: 'AvantGardeITCbyBT-Demi'; font-size: 0.52em; line-height: 1; }
.Floor003105 .more { font-size: 0.16em; text-align: center; padding: 0 1.875em; line-height: 3.125em; border-radius: 3.125em; border: solid 2px #0e1637; transition: 0.3s; display: table; }
.Floor003105 .more:after { width: 1.3125em; height: 0.8125em; display: inline-block; content: ''; margin-left: 1em; background: url(../images/Floor003105-icon.svg) no-repeat; background-size: contain; transition: 0.3s; }
.Floor003105 a:hover .more { background-color: #003f84; color: #fff; border-color: #003f84; }
.Floor003105 a:hover .more:after { background-image: url(../images/Floor003105-icon-white.svg); }
.Floor003105 .slider li .txt .tit { font-size: 24px; line-height: 1.357; color: #000; }
.Floor003105 .slider li .txt p { margin: 2.1875em 0 5vw 0; font-size: 16px; line-height: 1.75; color: #666; }
.Floor003105 .slick-arrow { position: absolute; width: 50px; height: 50px; background-image: -webkit-linear-gradient(90deg, #006e38, #a9cd0a); background-size: 15px; z-index: 20; font-size: 1em; text-indent: 999em; }
.Floor003105 .slick-next { transform: rotateY(180deg); }
.Floor003105 .slick-arrow::before { border-color: #fff; }
@media (min-width:1025px) {
	.Floor003105 .slider { width: 91.667%; margin-top: -1.08em; }
	.Floor003105 .slider .slick-list { overflow: inherit; }
	.Floor003105 .slider li:not(.slick-center) { opacity: 0.4; }
	.Floor003105 .slick-arrow { top: 44%; margin-top: -0.25em; }
	.Floor003105 .slick-prev { left: 7.671%; }
	.Floor003105 .slick-next { right: -0.25em; }
	.Floor003105 .title { width: 100%; }
	.Floor003105 .title aside { padding-left: 54.546%; }
	.Floor003105 .title .cn { text-indent: 3.1578em; }
	.Floor003105 .title .en { text-indent: 2.3076em; }
	.Floor003105 .slider li a { table-layout: fixed; }
	.Floor003105 .slider li .ytable-cell { vertical-align: bottom; border-radius: 15px; overflow: hidden; }
	.Floor003105 .slider li .pic { width: 54.546%; }
	.Floor003105 .slider li .txt { padding: 0 60px 0 50px; }
}
@media (max-width:1600px) {
	.Floor003105 .slider li .txt p { margin-bottom: 5vw; }
}
@media (max-width:1024px) {
	.Floor003105 .title { width: 90%; margin: 0 auto 0.3em; }
	.Floor003105 .slider li a, .Floor003105 .slider li .ytable-cell { display: block; }
	.Floor003105 .slider li .txt { padding: 0.5em 5%; }
	.Floor003105 .slick-arrow { bottom: 100%; margin-bottom: 0.3em; right: 5%; }
	.Floor003105 .slick-prev { background-color: #00ac6f; margin-right: 0.6em; }
}
@media (max-width:480px) {
	.Floor003105 .slider li .txt .tit { font-size: 0.32em; }
	.Floor003105 .slider li .txt p { font-size: 0.24em; }
}
.RighInfo003148 .auto { padding: 4.5em 0 3em 0; font-family: 'SourceHanSansCN-Regular'; }
.RighInfo003148 .title { font-family: 'SourceHanSansCN-Bold'; font-size: 1.5em; color: #333333; margin-bottom: 1.2em; }
.RighInfo003148 .items-group .items:first-child { border-top: 1px solid rgba(0, 0, 0, 0.11); }
.RighInfo003148 .items-group .items:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
.RighInfo003148 .items-group .items p { color: #999; font-size: 0.875em; line-height: 1.64285; }
.RighInfo003148 .items-group .items p+.title { margin-top: 2em; }
.RighInfo003148 .box-rows { margin-top: 4.875em; }
.RighInfo003148 .box-rows .title { margin-bottom: 3.95833em; }
.RighInfo003148 .box-rows dd { box-shadow: 0px 0.625em 3.75em rgba(0, 0, 0, 0.05); border: solid 1px #f3f3f3; text-align: center; }
.RighInfo003148 .box-rows dd .heart { font-size: 1.375em; width: 4.0909em; height: 3.5454em; display: block; margin: -1.36363em auto 0; line-height: 3.5; background: url(../images/RighInfo003148-icon.svg) no-repeat center; background-size: contain; text-align: center; color: #fff; }
.RighInfo003148 .box-rows dd aside { color: #000000; font-size: 1.25em; font-family: 'SourceHanSansCN-Medium'; margin: 2.4em 0 1em 0; line-height: 1; }
.RighInfo003148 .box-rows dd p { color: #999999; width: 73%; margin: auto; }
@media (min-width:1025px) {
	.RighInfo003148 .items-group .img { width: 50%; }
	.RighInfo003148 .items-group .items:nth-child(2n-1) .txt { padding-right: 3.5em; }
	.RighInfo003148 .items-group .items:nth-child(2n) .txt { padding-left: 3.5em; }
	.RighInfo003148 .box-rows dd { float: left; min-height: 15.625em; width: 30.715%; margin-bottom: 3.9275%; }
	.RighInfo003148 .box-rows dd:not(:nth-child(3n)) { margin-right: 3.9275%; }
}
@media (max-width:1024px) {
	.RighInfo003148 .items-group .txt { padding: 2em 0; }
	.RighInfo003148 .box-rows dd { padding-bottom: 3em; margin-bottom: 4em; }
	.RighInfo003148 .box-rows dd p { width: 90%; }
}
.News_detail { }
.News_detail .auto { background: #fff; border-radius: 15px; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); padding: 3.5vw; }
.News_detail .news_info { }
.News_detail .news_info .title { text-align: center; padding-bottom: 1.5%; border-bottom: 1px dashed #d2d2d2; margin-bottom: 22px; }
.News_detail .news_info .title h1 { margin: 0; padding-bottom: 1%; font-size: 36px; color: #020814; font-weight: normal; }
.News_detail .news_info .title aside span { display: inline-block; vertical-align: middle; margin: 0 1.5em 0.5em; line-height: 32px; color: #666; }
.News_detail .news_info .title .social-share { display: inline-block; }
.News_detail .social-share a { background-position: center center !important; background-repeat: no-repeat !important; background-color: #f2f2f2 !important; margin: 0 0 0 1em; }
.News_detail .social-share a:before { display: none; }
.News_detail .social-share a.icon-wechat { background-image: url("../images/RighInfo002973_share_wx.png"); }
.News_detail .social-share a.icon-weibo { background-image: url("../images/RighInfo002973_share_sina.png"); }
.News_detail .social-share a.icon-qq { background-image: url("../images/RighInfo002973_share_qz.png"); }
.News_detail .news_info .info { padding: 1% 0; }
.News_detail .news_info .info p { margin: 2% 0; text-indent: 2em; line-height: 2 }
.News_detail .news_info .info p.center { text-align: center; text-indent: 0em; width: 80%; margin: 0 auto }
.News_detail .news_info .info .pic { text-align: center; }
.News_detail .news_info .info .pic2 li { width: 48.5%; float: left; }
.News_detail .news_info .info .pic2 li:nth-child(2n) { float: right; }
.News_detail .news_info .info .pic2 li p { text-indent: 0; margin: 0; }
.News_detail .news_info .center { text-align: center }
.News_detail .info { line-height: calc(36 / 16 * 1em); color: #555; }
.News_detail .bot { position: relative; margin-top: 50px; padding-top: 50px; border-top: 1px dashed #d2d2d2 }
.News_detail .info_back { text-align: center; clear: both; position: absolute; right: 0; bottom: 0 }
.News_detail .info_back a { position: relative; color: #fff; display: block; width: 150px; line-height: 3; border-radius: 100px; background: linear-gradient(to right, #0f56b4, #1489d4); }
.News_detail .info_pn span { display: block; ; margin: 1% 0 }
.News_detail .info_pn span a { color: #888 }
.News_detail .info_pn span a:hover { color: #a9cd0a; }
.News_detail .Othercase { padding-top: 3.5%; }
.News_detail .Othercase h2 { font-size: 24px; color: #111; font-weight: normal; border-bottom: 1px dashed #d2d2d2; padding-bottom: 32px; margin-bottom: 32px; }
.News_detail .Othercase li { width: 49%; float: left; font-size: 16px; padding: 16px; padding-left: 34px; position: relative; background: #f8f8f8; margin-bottom: 10px; border-radius: 5px; }
.News_detail .Othercase li:after { content: ''; width: 5px; height: 5px; background: #a9cd0a; display: block; position: absolute; left: 18px; top: 25px; border-radius: 50%; }
.News_detail .Othercase li:nth-child(2n) { float: right; }
@media(max-width:1024px) {
	.News_detail .info_back { position: relative }
}
@media(max-width:768px) {
	.News_detail .bot { margin-top: 20px; padding-top: 20px; }
	.News_detail .news_info .title { margin-bottom: 15px; }
	.News_detail .auto { background: none; padding: 4.5vw; }
	.News_detail .info * { max-width: 100% !important }
	.News_detail .info .rich_media_area_primary_inner { max-width: 100% !important }
	.News_detail .info_back a { width: 100%; margin-bottom: 2% }
	.News_detail .news_info .title h1 { font-size: 20px; line-height: 1.5 }
}
.PicList002949 .item { margin: 2.08vw 0; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); padding: .3rem; border-radius: 15px; overflow: hidden; }
.PicList002949 .item a:hover { color: #333; }
.PicList002949 .item img { border-radius: 15px; }
.PicList002949 .txt .inner { padding: 0 3vw 0 3vw; }
.PicList002949 .txt p.dot3 { line-height: 2.142em; max-height: 6.426em; color: #666; text-indent: 2em }
.PicList002949 .t { line-height: 1; margin-bottom: 20px; }
.PicList002949 .t:after { display: block; margin-top: 1.25em; content: ''; background: #1489d4; width: 48px; height: 2px; }
.PicList002949 .item a:hover .tit:after { background: #1e50ae; }
.PicList002949 .item .more { padding-right: 25px; display: inline-block; background: url("../images/PicList002949_more.png") no-repeat right center; color: #999; margin-top: 22px; }
.PicList002949 .item a:hover .more { background-image: url("../images/PicList002949_more_on.png"); }
.PicList002949 .js-load-more { display: block; text-align: center; padding: 30px 0 0; }
.PicList002949 .js-load-more a { color: #333; font-size: 18px; position: relative; line-height: 25px; padding-left: 38px; }
.PicList002949 .js-load-more a i { background: url(../images/loading.gif) no-repeat; width: 25px; height: 25px; background-size: cover; display: block; position: absolute; left: 0; top: 0; }
@media(min-width:1025px) {
	.PicList002949 .pic { width: 520px; }
}
@media(min-width:641px) and (max-width:1024px) {
	.PicList002949 .pic { width: 50%; }
	.PicList002949 .t { font-size: 3vw; }
}
@media(max-width:640px) {
	.PicList002949 .ytable, .PicList002949 .ytable-cell { display: block; }
	.PicList002949 .pic { margin-bottom: 1.5em; }
	.PicList002949 .txt .inner { padding: 0; }
	.PicList002949 .t:after { margin-top: 1.125em; }
}
.Timeline002170 { padding: calc(125 / var(--ww) * 100vw) 0 calc(115 / var(--ww) * 100vw); background: #fff; background: url(../images/Timeline002170-bg.jpg) no-repeat center center/cover; overflow-x: hidden; }
.Timeline002170 .owl-item { width: 200px; }
.Timeline002170 .owl-item .item { height: 500px; background: url(../images/Timeline002170-bg.png) no-repeat 0 133px; background-size: 100% auto; }
.Timeline002170 .item dl { height: 100%; background: url(../images/Timeline002170-icon1.png) no-repeat 0 16px; padding-left: 30px; }
.Timeline002170 .odd-item dl { padding-top: 280px; }
@media(min-width:376px) {
	.Timeline002170 .odd-item dl { background-image: url(../images/Timeline002170-icon2.png); background-position: 0 130px; padding-left: 0; }
}
.Timeline002170 .item dt { font-family: 'Oswald'; font-size: calc(30 / 16 * 1em); color: #333; }
.Timeline002170 .item dd { height: 150px; color: #666;  overflow: auto; margin-top: 5px;position: relative;}
.Timeline002170 .item dd p{ position: relative;padding-left: 15px;line-height: 1.5;margin: 0;}
.Timeline002170 .item dd p:not(:last-child){ padding-bottom: 15px;}
.Timeline002170 .item dd p::before{ content: '';position: absolute;left: 0;top: 10px;width: 8px;height: 8px;background:#1489d4;border-radius: 50%; }
.Timeline002170 .owl-nav div { position: absolute; width: 28px; height: 28px; top: 50%; margin-top: -14px; background: url(../images/Timeline002170-btn.png) no-repeat left bottom; overflow: hidden; line-height: 1000px; z-index: 100; }
.Timeline002170 .owl-nav .owl-prev { left: 0; }
.Timeline002170 .owl-nav .owl-prev.disabled { background-position: left top; }
.Timeline002170 .owl-nav .owl-next { right: 0; background-position: right bottom; }
.Timeline002170 .owl-nav .owl-next.disabled { background-position: right top; }
.Timeline002170 .owl-nav div.disabled { cursor: default; }

.scrollbar::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);border-radius: 5px;background-color: rgba(0,0,0,0.1);;}
.scrollbar::-webkit-scrollbar{width: 5px;background-color: rgba(0,0,0,0);}
.scrollbar::-webkit-scrollbar-thumb{border-radius: 5px;background-color: #1489d4;;}

@media(min-width:1201px) {
	.Timeline002170 .owl-carousel::before, 
    .Timeline002170 .owl-carousel::after { position: absolute; content: ''; height: 100%; background: url(../images/Timeline002170-bg3.png) no-repeat 0 144px; width: 75%; top: 0; }
	.Timeline002170 .owl-carousel::before { left: -75px; }
	.Timeline002170 .owl-carousel::after { right: -114px; width: 114px; background-image: url(../images/Timeline002170-bg4.png); }
	.Timeline002170 .owl-nav .owl-prev { left: -30px; }
	.Timeline002170 .owl-nav .owl-next { right: -30px; }
}
@media(max-width:1200px) {
	.Timeline002170 .owl-carousel { padding: 0 30px; }
}
@media(max-width:640px) {
	.Timeline002170 .owl-item .item { height: 250px; }
	.Timeline002170 .odd-item dl { padding-top: 0; }
	.Timeline002170 .item dd { font-size: 14px; }
}
.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative }
.owl-carousel { display: none; width: 100%; z-index: 1 }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0) }
.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) }
.owl-carousel .owl-item { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none }
.owl-carousel .owl-item img { display: block; width: 100% }
.no-js .owl-carousel, .owl-carousel.owl-loaded { display: block }
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel.owl-loading { opacity: 0; display: block }
.owl-carousel.owl-hidden { opacity: 0 }
.owl-carousel.owl-refresh .owl-item { visibility: hidden }
.owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel.owl-grab { cursor: move; cursor: grab }
.owl-carousel.owl-rtl { direction: rtl }
.owl-carousel.owl-rtl .owl-item { float: right }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d }
.PicList002149 { }
.PicList002149 h3 { margin: 0; line-height: 1.6; font-weight: normal; }
.PicList002149 p { line-height: 2; overflow: hidden; color: #666; margin: 1% 0 0 0; text-indent: 2em }
.PicList002149 ol .item{ background-color: #fff;border: 1px solid #ebebeb; margin-bottom: 2%; position: relative; border-radius: 15px; overflow: hidden; }
.PicList002149 ol .item .pic { overflow: hidden; }
.PicList002149 ol .item .Ispic { transition: .3s all; }
.PicList002149 ol .item .Ispic img { display: none; }
.PicList002149 ol .item .txt { padding: 2.8% 5%; }
.PicList002149 ol .item h3 { color: #333 }
.PicList002149 ol .item time { display: block; color: #999; padding: 3% 0; }
.PicList002149 ol .item p { margin: 0 0 5% 0; }
.PicList002149 ol .item span { display: inline-block; width: 145px; line-height: 50px; text-align: center; color: #fff; background: #a9cd0a; background-image: linear-gradient(to right, #0f56b4, #1489d4); font-size: 16px; border-radius: 60px; }
.PicList002149 ol .item:hover h3 { color: #1489d4; }
.PicList002149 ol .item:hover .Ispic { transform: scale(1.1); }
.PicList002149 ol .slider .slick-dots{bottom: 10%}
.PicList002149 ol .slider .slick-dots li button{background: #ddd;}

.PicList002149 .list li { overflow: hidden; padding-left: 170px; padding-right: 110px; position: relative; margin-bottom: 2%; background-color: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); border-radius: 15px; }
.PicList002149 .list li:last-child { margin-bottom: 0; }
.PicList002149 .list li .btn { position: absolute; content: ''; right: 0; top: 0; width: 90px; height: 100%; background: url(../images/PicList002149-more.png) no-repeat center center; border-left: 1px solid #e8e8e8; }
.PicList002149 .list li div { border-left: 1px solid #e6e6e6; padding: 2.5% 3%; }
.PicList002149 .list li time { position: absolute; left: 0; top: 0; width: 170px; height: 100%; }
.PicList002149 .list li time span { position: absolute; width: 100%; text-align: center; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); color: #1489d4; font-size: 16px; font-weight: bold; }
.PicList002149 .list li time i { font-style: normal; color: #1489d4; display: block; line-height: 40px; }
.PicList002149 .list li time i:after { display: block; content: ''; margin: 6px auto; height: 1px; width: 50%; max-width: 66px; background: #dfdfdf; }
@media(max-width:1000px) {
	.PicList002149 .list li { padding-left: 100px; padding-right: 30px; }
	.PicList002149 .list li:after { width: 30px; background-size: 35% auto; }
	.PicList002149 .list li time { width: 100px; }
	.PicList002149 .list li time span { font-size: 14px; }
	.PicList002149 .list li time i { line-height: 30px; }
}
@media(min-width:1025px) {
	.PicList002149 ol .item a { display: flex; align-items: center; }
	.PicList002149 ol .item .pic { width: 45%; flex: 0 0 auto; }
	.PicList002149 ol .item .pic .Ispic { padding-bottom: 60% }
}
@media(max-width:640px) {
	.PicList002149 ol .item { padding-left: 0; }
	.PicList002149 ol .item .Ispic { width: auto; position: relative; height: auto; display: block; padding-bottom: 60%; }
	.PicList002149 ol .item .txt { padding: 5%; }
	.PicList002149 .list li { padding-left: 80px; padding-right: 0; }
	.PicList002149 .list li:after { display: none; }
	.PicList002149 .list li time { width: 80px; }
	.PicList002149 .list li time span { font-size: 12px; }
	.PicList002149 .list li div { padding: 5%; }
}
.Menu002252 { padding: 5% 0 0; text-align: center; }
.Menu002252 a { font-size: 14px; display: inline-block; background: #fff; padding: 10px; margin-bottom: 8px; border-radius: 30px; box-shadow: 5px 10px 15px 0px rgb(0 0 0 / 10%); }
.Menu002252 a.aon, .Menu002252 a:hover { color: #fff; background-color: #1489d4; }
@media(min-width:768px) {
	.Menu002252 a { display: inline-block; line-height: 30px; padding: 0 15px; min-width: 115px; border-radius: 30px; overflow: hidden; margin: 0 7px 0px; }
}
@media(min-width:1024px) {
	.Menu002252 a { display: inline-block; line-height: 50px; padding: 0 26px; background: #fff; min-width: 130px; border-radius: 36px; font-size: 18px; }
}
.RighInfo003137.hasbg { padding: calc(125 / var(--ww) * 100vw) 0; background: rgb(233, 243, 255); background: -moz-linear-gradient(top, #e3edf8 0%, #f4f8fb 100%); background: -webkit-linear-gradient(top, #e3edf8 0%, #f4f8fb 100%); background: linear-gradient(to bottom, #e3edf8 0%, #f4f8fb 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3edf8', endColorstr='#f4f8fb', GradientType=0); }
.RighInfo003137 .auto { position: relative; z-index: 1; margin-top: 1em; margin-bottom: 0em; }
.RighInfo003137 ul { display: flex; flex-wrap: wrap; }
.RighInfo003137 ul li { float: left; text-align: center; border: solid 1px #f0f0f0; background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); margin-right: 2%; border-radius: 15px; }
.RighInfo003137 ul li:nth-child(4n) { margin-right: 0; }
.RighInfo003137 ul li:nth-child(n+5) { margin-top: 3%; }
.RighInfo003137 ul li .inner { margin: 0 auto; width: 83.685%; }
.RighInfo003137 ul li .name .cn { color: #333; line-height: 1.5; }
.RighInfo003137 ul li .icon { padding: calc(24 / var(--ww) * 100vw) 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.15); margin-bottom: calc(32 / var(--ww) * 100vw); }
.RighInfo003137 ul li .icon img { height: 3.75em; }
.RighInfo003137 ul li:hover .icon img { animation: icon-bounce 0.5s alternate; }
.RighInfo003137 ul .tip dd { color: #666; line-height: 1.8; }
@media (min-width:641px) {
	.RighInfo003137 ul { width: 100%; }
	.RighInfo003137 ul li { width: 23.5%; padding-top: 3em; padding-bottom: 3em; }
	.RighInfo003137 ul li:nth-child(4n) { margin-right: 0%; }
}
@media (max-width:640px) {
	.RighInfo003137 .auto { margin-top: calc(40 / var(--ww) * 100vw); margin-bottom: 2em; }
	.RighInfo003137 ul li { padding: calc(40 / var(--ww) * 100vw) 0; width: 48%; margin-bottom: 2%; }
	.RighInfo003137 ul li:nth-child(2n) { margin-right: 0%; }
}
.recruit .con { background-image: url(../images/nypage_bg2.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; box-shadow: 5px 15px 20px 0 rgb(0, 0, 0, 0.15); border-radius: 15px; overflow: hidden; padding: calc(80 / var(--ww) * 100vw); }
.recruit .scan { width: 21.25em; max-width: 90%; margin: 0 auto; border-radius: 0.3125em; overflow: hidden; background-color: #eff0f2; text-align: center; margin-bottom: 5%; }
.recruit .scan .top { background-image: linear-gradient(to right, #0f56b4, #1489d4); color: #fff; font-size: .2rem; text-align: center; font-weight: bold; padding: .2rem 0 }
.recruit .scan .mid { padding: .2rem 0 }
.recruit .scan .mid img { display: block; width: 52.94117647%; height: auto; margin: 0 auto; }
.recruit .scan .btm { border-top: 1px solid #e1e2e4; padding: .2rem 0; font-size: .18rem; color: #555; text-align: center }
.recruit .info { overflow: hidden; margin: 0 auto; width: 54.625em; max-width: 100%; text-align: center; color: #333 }
.recruit .info .tips { background-image: linear-gradient(to right, #0f56b4, #1489d4); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-top: .15rem }
.recruit .pic { padding-top: .5rem }
.subsidiary { padding: 5% 0 0; }
.subsidiary ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.subsidiary li { width: 48%; float: left; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); border-radius: 15px; overflow: hidden; }
.subsidiary li:nth-child(2n) { float: right; }
.subsidiary li .pic { overflow: hidden; position: relative }
.subsidiary li .Ispic { height: calc(360 / 16 * 1em); transition: .3s all }
.subsidiary li .txt { padding: calc(40 / var(--ww) * 100vw); }
.subsidiary li h2 { color: #333; font-weight: normal; margin-top: 0px; margin-bottom: 15px; }
.subsidiary li h2:after { content: ''; width: 58px; height: 3px; background: #1489d4; display: block; margin-top: 18px; margin-bottom: 20px; }
.subsidiary.green li h2:after { content: ''; width: 58px; height: 3px; background: #a9cd0a; display: block; margin-top: 18px; margin-bottom: 20px; }
.subsidiary li p { line-height: 2; text-indent: 2em }
.subsidiary li:hover .Ispic { }
.subsidiary .slick-dots { justify-content: center; bottom: 5%; width: 100%; left: 0; }
.subsidiary .slick-dots li { width: auto; }
@media (max-width:640px) {
	.subsidiary li .txt { }
	.subsidiary li { width: 100%; margin-bottom: 4%; }
}
.Floor003106 { position: relative; z-index: 1; }
.Floor003106 .Htitle { text-align: center; }
.Floor003106 .main .slider { border-right: 1px solid rgba(255, 255, 255, 0.3); }
.Floor003106 .main .slider li { text-align: center; padding: calc(40 / 16 * 1em) 0; color: #fff; cursor: pointer; border-left: 1px solid rgba(255, 255, 255, 0.3); }
.Floor003106 .main .slider li .icon { position: relative; display: inline-block; margin-right: calc(25 / 16 * 1em); vertical-align: middle; width: calc(50 / 16 * 1em); height: calc(50 / 16 * 1em); }
.Floor003106 .main .slider li .icon img { display: block; max-width: .5rem; max-height: .5rem; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.Floor003106 .main .slider li .name { font-size: .24rem; vertical-align: middle; }
.Floor003106 .main .slider li:hover, .Floor003106 .main .slider li.slick-current { background: #1489d4; }
.Floor003106 .main .slider li.slick-current .name, .Floor003106 .main .slider li:hover .name { }
.Floor003106 .txt-area { position: absolute; left: 0; top: 50%; width: 100%; transform: translateY(-50%); z-index: 10; }
.Floor003106 .txt-area .t1 { font-size: .3rem; color: #fff; line-height: 1; display: flex; align-items: center; }
.Floor003106 .txt-area .t1 img { max-width: .35rem; margin-right: 0.2rem; }
.Floor003106 .txt-area .t2 { line-height: calc(30 / 18); margin: calc(40 / 18 * 1em) 0 calc(50 / 18 * 1em); color: rgba(255, 255, 255, 0.75); }
.Floor003106 .txt-area .more { display: block; background: url(../images/icon-jt3.svg) no-repeat center; background-size: auto .18rem; width: .5rem; height: .5rem; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.7); transition: .3s all }
.Floor003106 .txt-area .more:hover { background: url(../images/icon-jt3.svg) no-repeat center #1489d4; background-size: auto .18rem; border-color: #1489d4 }
@media (min-width:1025px) {
	.Floor003106 .Htitle { position: absolute; width: 100%; top: calc(105 / var(--ww) * 100vw); left: 0; z-index: 10; text-align: right; }
	.Floor003106 .Htitle .tit, .Floor003106 .Htitle .des { color: #fff; }
	.Floor003106 .main { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 20; border-top: 1px solid rgba(255, 255, 255, 0.3); }
	.Floor003106 .bg-img .Ispic { display: block; width: 100%; height: 8rem; }
	.Floor003106 .txt-area .t1, .Floor003106 .txt-area .t2 { width: 40%; }
	.Floor003106 .main .slider li .name { display: inline-block; }
}
@media (max-width:1024px) {
	.Floor003106 { overflow: hidden; padding-top: calc(105 / var(--ww) * 100vw); }
	.Floor003106 .bg-img .Ispic { padding-bottom: 100%; }
	.Floor003106 .txt-area { top: 35% }
	.Floor003106 .main { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 20; border-top: 1px solid rgba(255, 255, 255, 0.3); }
	.Floor003106 .main .w1600 { width: 100%; }
	.Floor003106 .main .slider li { padding: calc(20 / 16 * 1em) 0; }
	.Floor003106 .main .slider li .icon { display: block; width: 100%; margin-right: 0; margin-bottom: calc(10 / 16 * 1em); }
	.Floor003106 .main .slider li .name { white-space: initial; height: 38px; }
}
.PicList002313 { }
.PicList002313 li { }
.PicList002313 li .inner { position: relative; min-height: 234px; background: #fff; box-shadow: 5px 15px 20px 0 rgb(0, 0, 0, 0.15); border-radius: 15px; overflow: hidden; }
.PicList002313 li .pic { position: absolute; top: 0; left: 0; width: 283px; height: 100%; overflow: hidden; }
.PicList002313 li .pic img { height: 100%; width: auto; max-width: none; }
.PicList002313 li .text { position: relative; margin-left: 283px; height: 158px; }
.PicList002313 li .text figure { padding: 5% 11%; }
.PicList002313 li .text .h3 { margin: 0; font-size: 26px; font-weight: normal; }
.PicList002313 li .text .h3:after { content: ""; display: block; width: 27px; height: 3px; background-image: linear-gradient(90deg, #006e38, #a9cd0a); margin-top: 15px; }
.PicList002313 li .text .h3 a { color: #333; }
.PicList002313 li:hover .text .h3 a { }
.PicList002313 li .text .con { font-size: 18px; color: #666; line-height: 30px; margin: 14px 0; text-align: justify; overflow: hidden; }
@media only screen and (max-width:480px) {
	.PicList002313 li .pic { width: 183px; }
	.PicList002313 li .text { margin-left: 183px; }
}
@media only screen and (min-width:768px) {
	.PicList002313 li { }
	.PicList002313 .ul li { float: left; width: 48.5%; }
	.PicList002313 li:nth-child(2n) { margin-left: 3%; }
	.PicList002313 li .pic { width: 183px; }
	.PicList002313 li .text { margin-left: 183px; }
	.PicList002313 li .pic img { position: relative; }
}
@media only screen and (min-width:1200px) {
	.PicList002313 li .pic { width: 283px; }
	.PicList002313 li .text { margin-left: 283px; }
}
.sclxt_box1 { padding-top: calc(80 / var(--ww)* 100vw); }
.sclxt_box1 .w1440 { padding: calc(50 / var(--ww)* 100vw); background: #fff; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); border-radius: 15px; background-image: url(../images/nypage_bg2.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.sclxt_box1 h4 { font-size: 24px; color: #333; font-weight: normal; margin: 0; }
.sclxt_box1 p { line-height: 2; margin: 0; color: #333; }
.sclxt_box1 p.p { padding-left: 24px; position: relative; padding-bottom: 12px }
.sclxt_box1 p.p::before { content: ''; position: absolute; width: 8px; height: 8px; background: #1489d4; border-radius: 50%; left: 0; top: 12px }
.sclxt_box1 .pic { padding-top: 5%;display: flex;flex-wrap: wrap;justify-content: center}
.sclxt_box1 .pic .item { position: relative; padding-bottom: 17%; overflow: hidden; width: 23.5%; margin-right: 2% }
.sclxt_box1 .pic .item:nth-child(4n) { margin-right: 0 }
.sclxt_box1 .pic .item img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }
.sclxt_box2 { padding-top: calc(100 / var(--ww)* 100vw); }
.sclxt_box2 .tit2 { padding-top: 10px; color: #1489d4 }
.sclxt_box2 .con { text-align: center; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); border-radius: 15px; padding: calc(50 / var(--ww)* 100vw); background: #fff }
.sclxt_box3 { padding-top: calc(100 / var(--ww)* 100vw); }
.sclxt_box3 .flex { background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.sclxt_box3 .flex .left p { margin: 0; line-height: 2; color: #333; padding-left: 24px; position: relative; }
.sclxt_box3 .flex .left p.p { margin: 0; line-height: 2; color: #333; padding-left: 24px; position: relative }
.sclxt_box3 .flex .left p:not(:last-child) { padding-bottom: 12px }
.sclxt_box3 .flex .left p.p::before { content: ''; position: absolute; width: 8px; height: 8px; background: #1489d4; border-radius: 50%; left: 0; top: 12px }
.sclxt_box3 .flex .left p.tips { color: #1489d4; text-decoration: underline }
.sclxt_box3 .flex .right { overflow: hidden; }
.sclxt_box3 .flex .right .img { position: relative; }
.sclxt_box3 .flex .right img { transition: .3s all; }
.sclxt_box3 .flex .right:hover img { }
.sclxt_box3 .flex .right .img .slick-dots { justify-content: center; bottom: 5%; width: 100%; left: 0; }
@media(min-width:1025px) {
	.sclxt_box3 .flex { justify-content: space-between; align-items: center; }
	.sclxt_box3 .flex .left { width: 50%; flex: 0 0 auto; padding: 0 5%; }
	.sclxt_box3 .flex .right { flex: 1; }
}
@media(max-width:1024px) {
	.sclxt_box3 .flex { justify-content: space-between; align-items: center; flex-wrap: wrap; }
	.sclxt_box3 .flex .left { width: 100%; padding: 5%; }
	.sclxt_box3 .flex .left p { padding: 0; }
}
@media(max-width:640px) {
	.sclxt_box1 .pic .item { width: 49%; margin-bottom: 2%; padding-bottom: 36%; }
	.sclxt_box1 .pic .item:nth-child(2n) { margin-right: 0; }
}
.sclxt_box4 { padding-top: calc(100 / var(--ww)* 100vw); }
.sclxt_box4 .con { background: #fff; padding: 5%; border-radius: 15px; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.sclxt_box4 .con .tit1 { font-size: 1.375em; color: #333; padding-bottom: 2% }
.sclxt_box4 .con .tit1:after { content: ''; display: block; width: 40px; height: 4px; background: #1489d4; margin-top: 1% }
.sclxt_box4 .con .tit2 { font-size: 1.375em; color: #333; padding-bottom: 2%; padding-top: 3% }
.sclxt_box4 .con .tit2:after { content: ''; display: block; width: 40px; height: 4px; background: #1489d4; margin-top: 1% }
.sclxt_box4 .con .desc { line-height: 2; text-indent: 2em }
.sclxt_box4 .pic .item { height: 4rem; position: relative; overflow: hidden; border-radius: 3px; margin-top: .5rem; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.sclxt_box4 .pic .item img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; ; }
@media(min-width:1025px) {
	.sclxt_box4 .pic { display: flex; justify-content: space-between }
	.sclxt_box4 .pic .item { width: 49% }
}
.sclxt_box5 { padding-top: calc(100 / var(--ww)* 100vw); }
.sclxt_box5 .tit2 { padding-top: 10px; color: #1489d4 }
.sclxt_box5 .flex { background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.sclxt_box5 .txt p { margin: 0; line-height: 2; color: #333; padding-left: 24px; position: relative }
.sclxt_box5 .txt p:not(:last-child) { padding-bottom: 12px }
.sclxt_box5 .txt p::before { content: ''; position: absolute; width: 8px; height: 8px; background: #1489d4; border-radius: 50%; left: 0; top: 12px }
.sclxt_box5 .txt .sk { background: #1489d4; text-align: center; height: .6rem; line-height: .6rem; width: 1.8rem; margin-top: .5rem; color: #fff; border-radius: 36px; font-size: .18rem }
.sclxt_box5 .flex .pic { overflow: hidden }
.sclxt_box5 .flex .pic img { transition: .3s all }
.sclxt_box5 .flex:hover .pic img { transform: scale(1.1) }
@media(min-width:1025px) {
	.sclxt_box5 .flex { justify-content: space-between; align-items: center; }
	.sclxt_box5 .flex:nth-child(2n) { flex-direction: row-reverse; }
	.sclxt_box5 .flex:not(:last-child) { margin-bottom: 5%; }
	.sclxt_box5 .flex .txt { width: 50%; flex: 0 0 auto; padding: 0 5%; }
	.sclxt_box5 .flex .pic { width: 50% }
}
@media(max-width:1024px) {
	.sclxt_box5 .flex { flex-wrap: wrap; margin-bottom: 3%; }
	.sclxt_box5 .flex .pic { width: 100%; }
	.sclxt_box5 .flex .txt { width: 100%; padding: 5%; }
}
.sclxt_box6 { padding-top: calc(100 / var(--ww)* 100vw); }
.sclxt_box6 .con { line-height: 2; color: #333; background: url(../images/BusinessOverview-bg.jpg); padding: 5%; background-size: cover; border-radius: 20px; overflow: hidden; color: #fff; font-size: 1.125em; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.sclxt_box7 { }
.sclxt_box7 .flex { background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.sclxt_box7 .flex { background: url(../images/nypage_bg2.jpg)no-repeat left top #fff; border-radius: 15px; overflow: hidden; box-shadow: 9px 15px 32px 0px rgb(0 0 0 / 15%); }
.sclxt_box7 .flex .left p { margin: 0; line-height: 2; color: #333; text-indent: 2em }
.sclxt_box7 .flex .left p.tips { color: #1489d4; text-decoration: underline }
.sclxt_box7 .flex .left .code { display: flex; align-items: center; border-top: 1px solid #eee; padding-top: 5% }
.sclxt_box7 .flex .left .code img { max-width: calc(160 / var(--ww)* 100vw); max-height: calc(160 / var(--ww)* 100vw); border: 5px solid #1489d4 }
.sclxt_box7 .flex .left .code span { color: #333; margin-left: 20px; }
.sclxt_box7 .flex .right { position: relative }
@media(min-width:1025px) {
	.sclxt_box7 .flex { justify-content: space-between; align-items: center; }
	.sclxt_box7 .flex .left { width: 50%; flex: 0 0 auto; padding: 0 5%; }
	.sclxt_box7 .flex .right { flex: 1; }
}
@media(max-width:1024px) {
	.sclxt_box7 .flex { flex-wrap: wrap; }
	.sclxt_box7 .flex .left { width: 100%; padding: 5%; }
}
.Map000101 { }
.Map000101 .map { width: 50%; float: left; height: 500px; position: relative }
.Map000101 .map .pic { height: 100%; width: 100%; left: 0; top: 0; position: absolute; overflow: hidden; opacity: 0; transition: .3s all }
.Map000101 .map .pic.show { opacity: 1; }
.Map000101 .map .pic img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }
.Map000101 .info { float: right; width: 50%; max-height: 500px; overflow: auto; background: #fff }
.Map000101 .info li { line-height: 25px; padding: 30px 15%; border-bottom: 1px #dbdbdb dotted; }
.Map000101 .info li p { margin: 0; display: flex; align-items: flex-start }
.Map000101 .info li p span { margin-right: 5px; width: 10%; flex: 0 0 auto }
.Map000101 .info li h1 { margin: 0; color: #333; font-weight: normal; padding-bottom: 20px }
.Map000101 .info li.on { background-color: #eaeaea; }
.scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); border-radius: 5px; background-color: rgba(0, 0, 0, 0.1); ; }
.scrollbar::-webkit-scrollbar { width: 5px; background-color: rgba(0, 0, 0, 0); }
.scrollbar::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #1489d4; ; }
@media(max-width:768px) {
	.Map000101 .map { width: 100%; float: none; height: 280px; }
	.Map000101 .info { float: none; width: 100%; max-height: 300px; }
	.Map000101 .info li { padding: 20px; }
	.Map000101 .info li p span { width: 14%; }
	.Map000101 .info li h1 { padding-bottom: 15px }
}
.Floor002889 { overflow: hidden; }
.Floor002889 .auto { position: relative; z-index: 1; }
.Floor002889 .slider-txt .num { color: rgba(0, 0, 0, 0.1); font-weight: bold; }
.Floor002889 .slider-txt .name { padding: 1.5vw 0 2.3vw 0; }
.Floor002889 .slider-txt .name .cn { font-weight: bold; color: #1489d4; }
.Floor002889 .slider-txt .name .en { text-transform: uppercase; color: #1489d4; font-weight: bold; }
.Floor002889 .slider-txt pre { line-height: 1.875em; color: #333; height: 5em; }
.Floor002889 .slider-txt .btn { padding-top: 2vw; }
.Floor002889 .slider-txt .slick-arrow { width: 60px; height: 60px; border-radius: 50%; border: 1px solid #1489d4; z-index: 2; position: relative; transform: rotate(0) }
.Floor002889 .slider-txt .slick-arrow:before { position: absolute; content: ''; width: 20%; height: 20%; border: 0; border-left: 2px solid #1489d4; border-top: 2px solid #1489d4; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); left: 40%; top: 40%; }
.Floor002889 .slider-txt .slick-next:before { transform: rotate(135deg); -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); margin-left: -3px }
.Floor002889 .slider-txt .slick-prev { margin-right: 6px; }
.Floor002889 .slider-txt .slick-disabled { border-color: #efefef; cursor: default; }
.Floor002889 .slider-txt .slick-disabled:before { border-color: #bbb; }
.Floor002889 .slider-txt .slick-arrow:hover { background: #1489d4 }
.Floor002889 .slider-txt .slick-arrow:hover:before { border-color: #fff }
@media(max-width:768px) {
	.Floor002889 .slider-txt .slick-arrow { width: 10vw; height: 10vw; }
	.Floor002889 .slider-txt .slick-prev { margin-right: 2vw; }
}
.Floor002889 .dot-icon .slick-dots { position: relative; left: auto; bottom: auto; }
.Floor002889 .dot-icon .slick-dots li { list-style: none; margin: 3vw 0; width: auto; height: auto; padding: 0; display: block; }
.Floor002889 .dot-icon .slick-dots li button { opacity: 1; }
.Floor002889 .dot-icon .slick-dots li.slick-active button { background: rgb(255, 165, 78); background: -moz-linear-gradient(to right, #0f56b4, #1489d4); background: -webkit-linear-gradient(to right, #0f56b4, #1489d4); background: linear-gradient(to right, #0f56b4, #1489d4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa54e', endColorstr='#1489d4', GradientType=1); }
.Floor002889 .slick-dots li.slick-active { background: none; background-size: contain; }
.Floor002889 .slick-dots li.slick-active button { }
.Floor002889 .dot-icon .slick-dots li button { border: 0; background: none; border-radius: 80px; padding-left: 30px; height: 80px; width: 100%; text-align: left; cursor: pointer; }
.Floor002889 .dot-icon .slick-dots li button>* { display: inline-block; vertical-align: middle; }
.Floor002889 .dot-icon .slick-dots li b { color: #333; font-size: 24px; margin-left: 15px; }
.Floor002889 .dot-icon .slick-dots li.slick-active b { color: #fff; }
.Floor002889 .dot-icon .slick-dots li i { }
.Floor002889 .dot-icon .slick-dots li img { display: block; width: 100%; max-width: 50px; max-height: 50px }
.Floor002889 .dot-icon .slick-dots li.slick-active img { filter: grayscale(100) brightness(100); }
.Floor002889 .slider-pic { width: 30.479vw; height: 30.479vw; margin: 7.147vw auto; position: relative; box-shadow: 0 20px 40px rgba(20, 137, 212, 0.34); border-radius: 50%; z-index: 1; }
.Floor002889 .slider-pic ul .slick-list, .Floor002889 .slider-pic ul .slick-track, .Floor002889 .slider-pic ul li, .Floor002889 .slider-pic ul { height: 100%; z-index: 10 }
.Floor002889 .slider-pic .Ispic { height: 100%; border-radius: 50%; }
.Floor002889 .slider-pic .quan i { position: absolute; border-radius: 50%; border: 1px solid #e5f3fc; z-index: 2; }
.Floor002889 .slider-pic .quan i:nth-child(1) { left: -5%; right: -5%; top: -5%; bottom: -5%; }
.Floor002889 .slider-pic .quan i:nth-child(2) { left: -17%; right: -17%; top: -17%; bottom: -17%; animation: orbit linear 30s infinite; }
.Floor002889 .slider-pic .quan i:nth-child(2):before { position: absolute; content: ''; width: 14px; height: 14px; border-radius: 50%; right: 11.5%; top: 16%; box-shadow: 6px 0 10px rgba(20, 137, 212, 0.34); background: rgb(255, 165, 78); background: -moz-linear-gradient(to right, #0f56b4, #1489d4); background: -webkit-linear-gradient(to right, #0f56b4, #1489d4); background: linear-gradient(to right, #0f56b4, #1489d4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa54e', endColorstr='#ea5b02', GradientType=1); }
.Floor002889 .slider-pic .quan i:nth-child(3) { left: -35%; right: -35%; top: -35%; bottom: -35%; }
.Floor002889 .slider-pic .quan i:nth-child(4) { left: 0; right: 0; top: 0; bottom: 0; box-shadow: 0 -9px 2px #1489d4 inset; border: 0; transform: rotate(-42deg); -webkit-transform: rotate(-42deg); -ms-transform: rotate(-42deg); }
@-webkit-keyframes orbit {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
	to { -webkit-transform: rotate(-1turn); transform: rotate(-1turn) }
}
@media(min-width:1025px) {
	.Floor002889 .dot-icon, .Floor002889 .slider-txt { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 10; }
	.Floor002889 .slider-txt { left: 0; width: 30%; max-width: 348px; }
	.Floor002889 .dot-icon { right: 0; width: 250px; }
}
@media(max-width:1024px) {
	.Floor002889 .dot-icon { overflow: hidden; }
	.Floor002889 .dot-icon .slick-dots li { float: left; width: 33%; }
	.Floor002889 .dot-icon .slick-dots li button { height: auto; padding: 1.2vw; text-align: center; }
	.Floor002889 .dot-icon .slick-dots li i { width: 25px; display: block; margin: 0 auto 0.5vw; }
	.Floor002889 .dot-icon .slick-dots li b { font-size: 0.24rem; margin-left: 1vw; }
	.Floor002889 .slider-pic { width: 50vw; height: 50vw; margin: 0 auto 10vw; }
	.Floor002889 .slider-pic .quan i:nth-child(2):before { width: 12px; height: 12px; right: 11%; top: 15%; }
}
@media(max-width:640px) {
	.Floor002889 .dot-icon .slick-dots li b { }
}
.TextList002798 { background: #fff; padding: 0% 0; }
.TextList002798 .list { border: 1px solid #e8e8e8; margin-bottom: 15px; }
.TextList002798 .tab { padding: 20px 2% 15px; cursor: pointer; position: relative; }
.TextList002798 .tab p { display: block; color: #333; margin: 0; float: left; }
.TextList002798 .tab p:hover { color: #1489d4; }
.TextList002798 .tab .tabspan { float: right; }
.TextList002798 .tab span { width: auto; line-height: 30px; top: 1px; padding: 5px 25px; color: #333; background: #f2f2f2; display: inline-block; margin-left: 5px; margin-bottom: 5px; border-radius: 3px; }
.TextList002798 .tab .btn { right: 10px; }
.TextList002798 .tab .btn:nth-child(2) { right: 143px; }
.TextList002798 .tab .btn.aon { background: #1489d4; color: #fff; }
.TextList002798 .list-main ul { padding: 15px 2%; border-top: 1px dotted #e5e5e5; background: #f9f9f9; }
.TextList002798 .list-main ul { display: none; }
.TextList002798 .list-main ul li { padding: 20px 0; border-bottom: 1px dashed #ddd; position: relative; }
.TextList002798 .list-main ul li .con { display: flex; justify-content: space-between; }
.TextList002798 .list-main ul li .con .tit { flex: 1; padding-left: 20px; color: #333; position: relative; line-height: 32px; }
.TextList002798 .list-main ul li .con .tit:after { content: ''; width: 5px; height: 5px; background: #1489d4; border-radius: 50%; display: block; position: absolute; top: 15px; left: 0; }
.TextList002798 .list-main ul li .con .btns { width: 12%; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; margin-left: 20px; }
.TextList002798 .list-main ul li .con .btns a { width: 80px; height: 30px; line-height: 28px; font-size: 12px; padding: 0 10px; border: 1px #1489d4 solid; color: #1489d4; border-radius: 3px; text-align: center; }
.TextList002798 .list-main ul li:last-child { border-bottom: none; }
@media(max-width:1024px) {
	.TextList002798 .tab span { padding: 4px 14px; }
	.TextList002798 .list-main ul li .con { display: block; }
	.TextList002798 .list-main ul li .con .btns { width: 100%; margin-left: 0px; justify-content: flex-start; margin-top: 15px }
	.TextList002798 .list-main ul li .con .btns a { width: auto; padding: 0 20px; margin-right: 10px }
}





.Other{position: fixed;z-index: 100;right: 0;top: 50%;transform: translateY(-50%);display: none}
.Other li{padding: 5px 0;}
.Other li a{position: relative;height: 60px;width: 60px;display: block;}
.Other li a::before{content: '';position: absolute;width: 100%;height: 100%;background: url(../images/icon-qq.svg)no-repeat center #1489d4;background-size: 40px auto;border-radius: 5px;overflow: hidden;z-index: 10}
.Other li a span{position: absolute;right: 0;top: 0;padding-right: 70px;padding-left: 20px;border-radius: 5px;width: 160px;background: #1489d4;color: #fff;line-height: 60px;display: none;}

.Other li a:hover span{display: block;}






















